sketches/README.md

9 lines
289 B
Markdown

# sketches
LOLCode sketches. Tiny programs that don't deserve their own repos.
## `deadfish.lol` - Deadfish in 35 LOC
A small Deadfish interpreter. Put each instruction on its own line; all instructions are capitalized. Any non-command input will
make the program exit (including EOF).