1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-07 12:02:28 +00:00
Files
janet/examples/hello.janet
2018-11-25 14:03:00 -05:00

4 lines
40 B
Janet

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