Moving things into a subdirectory in preparation to merge into my sandbox project
[sandbox] / stutter / integration_tests / 0003_define.stt
1 (define hello-world "Hello, world")
2 (print hello-world)
3 0