1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-31 07:33:01 +00:00
Files
janet/examples/hello.dst
2018-03-14 19:08:00 -04:00

4 lines
40 B
Plaintext

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