Add List koans

This commit is contained in:
Makis Otman
2015-12-18 09:12:05 +00:00
parent 103c74a1aa
commit 0a933ee2ca
2 changed files with 64 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ defmodule Koans.Mixfile do
def project do
[app: :elixir_koans,
version: "0.0.1",
elixir: "~> 1.1",
elixir: "~> 1.2",
deps: deps]
end