1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
mal/examples/hello.mal
2015-11-12 17:00:55 -06:00

3 lines
69 B
Plaintext

(println "hello world\n\nanother line")
(println "and another line")