flan/test/programs/unit-main.flan

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