Skip to content

Instantly share code, notes, and snippets.

@darui00kara
Last active August 29, 2015 14:22
Show Gist options
  • Save darui00kara/661cbf18ea7dd47b6355 to your computer and use it in GitHub Desktop.
Save darui00kara/661cbf18ea7dd47b6355 to your computer and use it in GitHub Desktop.
defmodule Test do
def add(x, y) do
:test.add(x, y)
end
def str_size(str) do
:erlang.size(str)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment