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

4 lines
40 B
Clojure
Raw Normal View History

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