We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf1bb5 commit a924ee6Copy full SHA for a924ee6
.gitignore
@@ -0,0 +1,4 @@
1
+/_build
2
+/deps
3
+erl_crash.dump
4
+*.ez
README.md
@@ -0,0 +1,5 @@
+Solutions for advent of code (2015) in Elixir
+===================
+Solutions for Advent of Code (http://adventofcode.com/) in Elixir (http://elixir-lang.org/)
+
5
+I never used elixir before so pretty much learning both the syntax and functional programming as I go.
0 commit comments