Skip to content

Instantly share code, notes, and snippets.

@blackode
Created February 27, 2017 09:52
Show Gist options
  • Save blackode/4912c7a499444dd4c5d28452ce4fe578 to your computer and use it in GitHub Desktop.
Save blackode/4912c7a499444dd4c5d28452ce4fe578 to your computer and use it in GitHub Desktop.
demo mdoule
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