2 lines
88 B
Common Lisp
2 lines
88 B
Common Lisp
(dolist (r '("MCMXC" "MDCLXVI" "MMVIII"))
|
|
(format t "~a:~10t~d~%" r (parse-roman r)))
|