mirror of
https://github.com/janet-lang/janet
synced 2026-09-12 20:35:41 +00:00
4 lines
40 B
Janet
4 lines
40 B
Janet
# Prints hello
|
|
|
|
(print "hello, world!")
|