Skip to content

Commit a924ee6

Browse files
committed
Added readme & .gitignore
1 parent eaf1bb5 commit a924ee6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/_build
2+
/deps
3+
erl_crash.dump
4+
*.ez

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Solutions for advent of code (2015) in Elixir
2+
===================
3+
Solutions for Advent of Code (http://adventofcode.com/) in Elixir (http://elixir-lang.org/)
4+
5+
I never used elixir before so pretty much learning both the syntax and functional programming as I go.

0 commit comments

Comments
 (0)