Files
compiler-old/examples/simple.src
T

3 lines
34 B
Plaintext

fn main() -> i32 {
return 0;
}