1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-11 22:30:02 +00:00
janet/examples/hello.janet

4 lines
40 B
Plaintext
Raw Permalink Normal View History

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