1 2 3 4 5 6 7 8
@import("basic.felan"); main :: () -> void { str := "123\n"; print(str); }; putchar :: (c:i32)->i32;