1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-27 15:44:45 +00:00
janet/examples/hello.dst

4 lines
40 B
Plaintext
Raw Normal View History

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