mirror of
https://github.com/RoBaertschi/tt.git
synced 2025-07-12 01:35:32 +00:00
7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
fn main() = {
|
|
if 3 == 2 {
|
|
if 3 == 3 in 3
|
|
else 4
|
|
} else 2
|
|
};
|