mirror of
https://github.com/RoBaertschi/tt.git
synced 2025-04-16 05:53:30 +00:00
6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
fn main() = {
|
|
3 + 3;
|
|
3 * 43 * 34 / 34;
|
|
3
|
|
};
|