Add wrapping list koan

This commit is contained in:
snikolau
2016-05-04 22:57:05 +01:00
parent b39f951fcc
commit 2e21cdf11b
2 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ defmodule ListsTests do
[1, 2, 3, 4],
{1, 2, 3},
["value"],
["value"],
]
test_all(Lists, answers)