7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
// Arithmetic, function calls and imports!
|
|
|
|
|
|
pub fn main() -> bool {
|
|
return 7.5 > 5.001;
|
|
}
|