Skip to content

Instantly share code, notes, and snippets.

@blackode
Created February 27, 2017 09:49
Show Gist options
  • Save blackode/607f145ddf2bf94a372a6e71fc69527b to your computer and use it in GitHub Desktop.
Save blackode/607f145ddf2bf94a372a6e71fc69527b to your computer and use it in GitHub Desktop.
Module Demo files
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