Skip to content

Instantly share code, notes, and snippets.

@brweber2
Created October 26, 2016 15:32
Show Gist options
  • Save brweber2/a27c68ec596e0df3e464130267cbbbd8 to your computer and use it in GitHub Desktop.
Save brweber2/a27c68ec596e0df3e464130267cbbbd8 to your computer and use it in GitHub Desktop.
defmodule Foo do
def something() do
IO.puts "Foo in here"
end
end
Foo.something()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment