mirror of
https://github.com/janet-lang/janet
synced 2025-11-12 13:33:57 +00:00
6 lines
64 B
Janet
6 lines
64 B
Janet
# Prints hello
|
|
|
|
(import examples.3sum)
|
|
|
|
(print "hello, world!")
|