6 lines
93 B
Hy
6 lines
93 B
Hy
|
(defmain [&rest args]
|
||
|
(print args)
|
||
|
(print "Hello World")
|
||
|
(if (in "exit1" args)
|
||
|
1))
|