Print a pangram
      A challenge by
      
        
        AlephSquirrel
      
    
Description
A pangram is a sentence that contains every letter of the alphabet from a-z at least once. For example, this is a pangram:
The quick brown fox jumps over the lazy dog.
Print a pangram to stdout. (i.e. print any text that contains all letters a-z, ignoring case.)
Leaderboard
| Author | Score | ||
|---|---|---|---|
| #1 |  | Andriamanitra | 43 | 
| #1 |  | DialFrost | 43 | 
| #3 |  | RubenVerg | 47 |