7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
// Arithmetic, function calls and imports!
|
|
|
|
|
|
fn main() -> bool {
|
|
|
|
return 5.0 > -1;
|
|
} |