This commit is contained in:
Lucas Kunzler
2019-05-27 17:10:14 +01:00
parent 7c865e3427
commit aeaf0a72b2

View File

@@ -65,7 +65,7 @@ defmodule Numbers do
assert string_digit == ___
end
koan "The meaning of life in hexidecimal is 2A!" do
koan "The meaning of life in hexadecimal is 2A!" do
assert Integer.parse("2A", 16) == {___, ""}
end