puzzles/ascii-table
Zoé Cassiopée Gauthier 7e4f02547b Initial commit
2024-04-02 17:01:09 -04:00
..
ascii_table.c Initial commit 2024-04-02 17:01:09 -04:00
README.md Initial commit 2024-04-02 17:01:09 -04:00

ASCII table

Puzzle from the rendezvous with cassidoo newsletter from October 30th, 2022.

Print the ASCII printable characters code page (0x20-0x7E), without any built-ins or functions that do it for you.

Characters to be printed:

 !"#$%&'()*+,-./
0123456789:;<=>?
@ABCDEFGHIJKLMNO
PQRSTUVWXYZ[\]^_
`abcdefghijklmno
pqrstuvwxyz{|}~

Solution posted at https://gist.github.com/zoeisnowooze/493e8b720803efb2a0574eadf295ea07