mirror of
https://github.com/janet-lang/janet
synced 2024-11-05 00:06:16 +00:00
6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
# Prints hello
|
|
|
|
(import examples.3sum)
|
|
|
|
(print "hello, world!")
|