Skip to content

Instantly share code, notes, and snippets.

@denispeplin
Created June 15, 2017 17:48
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 denispeplin/0fa22e60bfcebb68b2db749e0a3af92e to your computer and use it in GitHub Desktop.
Save denispeplin/0fa22e60bfcebb68b2db749e0a3af92e to your computer and use it in GitHub Desktop.
try elixir
defmodule New do
def sum(a, b) do
a + b
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment