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