Skip to content

Instantly share code, notes, and snippets.

@tngan
Last active September 8, 2018 09:49
Show Gist options
  • Save tngan/c745d78d7202f3598d90ef2a5edd5a3a to your computer and use it in GitHub Desktop.
Save tngan/c745d78d7202f3598d90ef2a5edd5a3a to your computer and use it in GitHub Desktop.
my-elixir-playground
# output is "test"
:string.trim "test "
defmodule Hi do
def my_name_is(), do: "tngan"
end
Hi.my_name_is() # "tngan"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment