Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 553 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 553 Bytes

Elixir.tw Meetup Mob-programming Saved Progress

We'll save our mob-programming progress of every meet-up here. You're welcome to send pull request of your solution.

Pull request requirement:

  1. Prefix your solution file with your username or id.

    Like elixirtw_word_count.exs

  2. 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")

Happy hacking! 🚀