blob: 14155951eff0b62eb44214cbf76d038d23f5197e (
plain)
1
2
3
4
5
6
7
8
9
10
|
Solution by Ruben Westerberg
ch-1.pl and ch-1.raku
===================
Simple arithmetic operations on roman numerals. Takes three arguments op1 operator and op2. op1 and op2 can be either roman numeral or digits (or one of each). operator can be + - / *. Operations are integer. Remeber to escape the shell when using the *
ch-2.pl and ch-2.raku
===================
Run the program to generate first 20 gapful number from 100
|