RosettaCodeData/Task/Roman-numerals-Encode/Pluto/roman-numerals-encode.pluto

4 lines
94 B
Text
Raw Permalink Normal View History

2025-08-11 18:05:26 -07:00
local fmt = require "fmt"
for {1990, 1666, 2008, 2020, 2025} as n do print(fmt.roman(n)) end