1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-29 23:40:40 +00:00
janet/dsttest/basic.dst

6 lines
152 B
Plaintext

# A really basic form to compile for testing the compiler. Will extend
# as compiler is extended.
(print (+
(* 1 2 3 4 5 6 7 8 9 10)
-12839189321))