Created
July 17, 2018 14:06
-
-
Save ahmetabdi/1db13f75baae340bd15259802408b71a to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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