mirror of
https://github.com/RoBaertschi/tt.git
synced 2025-04-18 23:13:29 +00:00
89 B
89 B
tt
Syntax
// Return type is i64
fn main() = {
let i = 34;
i
};