janet/examples/hello.janet

4 lines
40 B
Plaintext
Raw Normal View History

# Prints hello
(print "hello, world!")