Day 16
Tuesday, 23 August 2022 - Day 16 of Exhort August 2022 - Exercism (My Elixir Journey)
Last updated
Tuesday, 23 August 2022 - Day 16 of Exhort August 2022 - Exercism (My Elixir Journey)
Last updated
|
I had to use File.open!
and I could have used IO.puts
to avoid having to concatenate a \n
.
|
I really love the shorthand: Enum.map(file_range(), &<<&1>>)
I didn't know about the @enforce_keys
module attribute.
|