janet/examples/hello.janet

6 lines
64 B
Plaintext

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