@lang(i32) struct i32_t {}
Struct that implements functions for i32
i32
fn print(self: i32)
Prints the number to stdout
fn println(self: i32)
Prints the number as well as a newline to stdout