mirror of
https://github.com/RoBaertschi/tt.git
synced 2025-07-13 09:55:33 +00:00
6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
fn main() = {
|
|
if 3 == 3
|
|
{ if 4 == 4 in 3 }
|
|
else {}
|
|
};
|