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