mirror of
https://github.com/RoBaertschi/tt.git
synced 2025-04-16 05:53:30 +00:00
7 lines
63 B
Plaintext
7 lines
63 B
Plaintext
fn main() = {
|
|
5 <= 4;
|
|
5 < 4;
|
|
5 >= 4;
|
|
5 > 4;
|
|
};
|