We'll save our mob-programming progress of every meet-up here. You're welcome to send pull request of your solution.
-
Prefix your solution file with your username or id.
Like
elixirtw_word_count.exs
-
In the test file, comment out all other load descriptions and load your own solution.
# Code.load_file("word_count.exs")
# Code.load_file("someone_elses_word_count.exs")
Code.load_file("elixirtw_word_count.exs")