1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-13 06:47:41 +00:00
Files
janet/examples/hello.dst

6 lines
64 B
Plaintext

# Prints hello
(import examples.3sum)
(print "hello, world!")