Skip to content

Instantly share code, notes, and snippets.

@ahmetabdi
Created July 17, 2018 14:06
Show Gist options
  • Save ahmetabdi/1db13f75baae340bd15259802408b71a to your computer and use it in GitHub Desktop.
Save ahmetabdi/1db13f75baae340bd15259802408b71a to your computer and use it in GitHub Desktop.
defmodule Bob do
@spec say(String.t()) :: String.t()
def say(message) do
"Bob says: #{message}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment