Created
June 15, 2017 17:48
-
-
Save denispeplin/0fa22e60bfcebb68b2db749e0a3af92e to your computer and use it in GitHub Desktop.
try elixir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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