Skip to content

Instantly share code, notes, and snippets.

@bradarner
Created March 9, 2015 20:03
Show Gist options
  • Save bradarner/2c1d7d19eaca6bc95249 to your computer and use it in GitHub Desktop.
Save bradarner/2c1d7d19eaca6bc95249 to your computer and use it in GitHub Desktop.
defmodule HelloWorld do
def run do
IO.puts "Hello World from Gist!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment