Enum.each([1990, 2008, 1666], fn n -> IO.puts "#{n}: #{Roman_numeral.encode(n)}" end)