Byte Heist Home Leaderboard
Join the Heist (with Github)
Solve View

Print a pangram

A challenge by AlephSquirrel avatar 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 voytxt avatar voytxt 19
#2 Natanaelel avatar Natanaelel 20
#3 Shanethegamer avatar Shanethegamer 39
JavaScript (Deno) JavaScript (NodeJS) Python Rust C (tcc) APL (TinyAPL) Vyxal Vyxal 3
You must be logged in to submit a solution.