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