Created
February 27, 2017 09:49
-
-
Save blackode/607f145ddf2bf94a372a6e71fc69527b to your computer and use it in GitHub Desktop.
Module Demo files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule Hello do | |
def hello1 do | |
IO.puts "hello1" | |
end | |
def hello2 do | |
IO.puts "hello2" | |
end | |
def hello3 do | |
IO.puts "hello3" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment