4 lines
91 B
Text
4 lines
91 B
Text
|
|
import "./roman" for Roman
|
||
|
|
|
||
|
|
for (n in [1990, 1666, 2008, 2020]) System.print(Roman.new(n))
|