5 lines
183 B
Plaintext
5 lines
183 B
Plaintext
;;;; The short entry point: both the parameter and the i32 status are optional,
|
|
;;;; and an omitted return type means Unit, so the process exits 0.
|
|
(defn main []
|
|
(print-line "ok"))
|