🗓️Day 16
Tuesday, 23 August 2022 - Day 16 of Exhort August 2022 - Exercism (My Elixir Journey)
Exercises
Newsletter
Exercise on Exercism | View my solution
Solution
Notes
I had to use File.open!
and I could have used IO.puts
to avoid having to concatenate a \n
.
Chessboard
Exercise on Exercism | View my solution
Solution
Notes
I really love the shorthand: Enum.map(file_range(), &<<&1>>)
Remote Control Car
Exercise on Exercism | View my solution
Solution
Notes
I didn't know about the @enforce_keys
module attribute.
Overall progress

Last updated