1
0
mirror of https://github.com/janet-lang/janet synced 2025-05-16 06:14:11 +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!")