1
0
mirror of https://github.com/janet-lang/janet synced 2025-08-08 23:13:48 +00:00
janet/examples/hello.janet

4 lines
40 B
Plaintext

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