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 |  | EroticShiveringKingBanana | 1 | 
| #1 |  | lyxal | 1 | 
| #1 |  | themoonisacheese | 1 | 
| #1 |  | DialFrost | 1 |