Add string interpolation koan. Fix #184

This commit is contained in:
Tom Gurion
2017-04-06 00:30:38 +01:00
parent 912a431a3f
commit 4d667eff61
2 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ defmodule StringTests do
test "Strings" do
answers = [
"hello",
"1 + 1 = 2",
"hello ",
"hello world",
"An incredible day",