3 lines
94 B
Text
3 lines
94 B
Text
local fmt = require "fmt"
|
|
|
|
for {1990, 1666, 2008, 2020, 2025} as n do print(fmt.roman(n)) end
|