mirror of
https://github.com/janet-lang/janet
synced 2026-08-06 02:18:51 +00:00
4 lines
40 B
Janet
4 lines
40 B
Janet
# Prints hello
|
|
|
|
(print "hello, world!")
|