mirror of
https://github.com/janet-lang/janet
synced 2026-07-17 16:48:52 +00:00
4 lines
40 B
Janet
4 lines
40 B
Janet
# Prints hello
|
|
|
|
(print "hello, world!")
|