1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
mal/examples/hello.mal

3 lines
69 B
Plaintext
Raw Normal View History

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