Skip to content

Instantly share code, notes, and snippets.

@tsloughter
Created January 26, 2015 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsloughter/41f777e3ea33458fe19c to your computer and use it in GitHub Desktop.
Save tsloughter/41f777e3ea33458fe19c to your computer and use it in GitHub Desktop.
defmodule Hello do
def hello() do
IO.puts "good"
end
def hello(opts \\ []) do
IO.puts "hello"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment