Skip to content

Instantly share code, notes, and snippets.

@ak-ymst
Last active February 17, 2016 10:08
Show Gist options
  • Save ak-ymst/3e3cfd619e9aa2cefe65 to your computer and use it in GitHub Desktop.
Save ak-ymst/3e3cfd619e9aa2cefe65 to your computer and use it in GitHub Desktop.
hello.ex
defmodule Hello do
def world do
IO.puts "Hello world from function"
end
end
Hello.world
IO.puts "Hello world from inline"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment