1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-16 13:44:48 +00:00
janet/dsttest/basic.dst

6 lines
152 B
Plaintext
Raw Normal View History

# 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))