Guest User

Untitled

a guest
Jul 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. defmodule Bob do
  2. @spec say(String.t()) :: String.t()
  3. def say(message) do
  4. "Bob says: #{message}"
  5. end
  6. end
Add Comment
Please, Sign In to add comment