RosettaCodeData/Task/Integer-comparison/Raku/integer-comparison-3.raku
2023-07-01 13:44:08 -04:00

1 line
49 B
Raku

say prompt("1st int: ") <=> prompt("2nd int: ");