1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-16 05:34:48 +00:00
janet/examples/hello.janet

6 lines
64 B
Plaintext
Raw Normal View History

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