sketches/README.md

9 lines
289 B
Markdown
Raw Permalink Normal View History

2018-06-30 04:19:09 +00:00
# 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).