mirror of
https://github.com/RoBaertschi/tt.git
synced 2025-06-03 10:43:28 +00:00
89 B
89 B
tt
Syntax
// Return type is i64
fn main() = {
let i = 34;
i
};