ReCode The Code compiler. Code Code is a statically-typed procedural language created for system programming. import os proc main() -> i32 { os.stdout.write("Yo!").end_line() return 0 }