bootlang/bootstrap/runtime.boot
2023-10-04 14:10:46 -05:00

6 lines
59 B
Clojure

extern main;
extern helloge;
pub fn _start() {
main();
}