Created
February 27, 2017 09:52
-
-
Save blackode/4912c7a499444dd4c5d28452ce4fe578 to your computer and use it in GitHub Desktop.
demo mdoule
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 Hi do | |
def hi1 do | |
IO.puts "hi1" | |
end | |
def hi2 do | |
IO.puts "hi2" | |
end | |
def hi3 do | |
IO.puts "hi3" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment