James Bond reference in the intro title

This commit is contained in:
Mahmut Surekci
2016-05-26 18:48:46 +01:00
parent 5e9e5e3891
commit 317ccc790f

View File

@@ -1,7 +1,7 @@
defmodule MapSets do defmodule MapSets do
use Koans use Koans
@intro "Map sets" @intro "My name is Set, MapSet"
@set MapSet.new([1, 2, 3, 4, 5]) @set MapSet.new([1, 2, 3, 4, 5])