Skip to content

Instantly share code, notes, and snippets.

@elixirplayground
Created July 29, 2015 09:14
Show Gist options
  • Save elixirplayground/7cd3b0a73b0db9f2ae18 to your computer and use it in GitHub Desktop.
Save elixirplayground/7cd3b0a73b0db9f2ae18 to your computer and use it in GitHub Desktop.
elixirplayground.com code share
defmodule MyModule do
def hello do
"Hello, World!"
end
end
IO.puts(MyModule.hello)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment