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