2 lines
49 B
Common Lisp
2 lines
49 B
Common Lisp
(defun roman-numeral (n)
|
|
(format nil "~@R" n))
|
(defun roman-numeral (n)
|
|
(format nil "~@R" n))
|