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