mirror of
https://github.com/RoBaertschi/tt.git
synced 2025-04-16 05:53:30 +00:00
9 lines
85 B
Plaintext
9 lines
85 B
Plaintext
fn main() = {
|
|
hi: i64 = 4;
|
|
|
|
if hi == 2 in hi = 3
|
|
else hi = 2;
|
|
|
|
hi
|
|
};
|