1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-28 23:10:40 +00:00
janet/examples/hello.janet
2018-09-05 22:18:42 -04:00

6 lines
64 B
Plaintext

# Prints hello
(import examples.3sum)
(print "hello, world!")