mirror of
https://github.com/janet-lang/janet
synced 2024-11-17 14:14:49 +00:00
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
|
(print (string "Dst " VERSION " Copyright (C) 2017-2018 Calvin Rose"))
|
||
|
|
||
|
# Process arguments
|
||
|
(for [i 0 (length args)]
|
||
|
(print (get args i)))
|
||
|
|
||
|
(init-repl)
|