mclangc/test.mcl
2024-07-24 21:06:48 +03:00

7 lines
84 B
Plaintext

main :: fn(argc: i32, argv: string[]) -> i32 {
println!("Hello world!\n");
}