1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-27 22:58:13 +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!")