Add simple LearningSwitch Example

This commit is contained in:
Eishun Kondoh 2017-11-24 10:50:35 +09:00
parent ab21f6e240
commit f2768496c8
11 changed files with 334 additions and 0 deletions

View file

@ -0,0 +1,8 @@
defmodule LearningSwitchTest do
use ExUnit.Case
doctest LearningSwitch
test "greets the world" do
assert LearningSwitch.hello() == :world
end
end