Skip to content

Instantly share code, notes, and snippets.

@shahryarjb
Created April 21, 2017 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shahryarjb/d7286d099d2464137bca80dd00ab6fe3 to your computer and use it in GitHub Desktop.
Save shahryarjb/d7286d099d2464137bca80dd00ab6fe3 to your computer and use it in GitHub Desktop.
# my blog : https://trangell.com/fa/
# public : http://iranonrails.ir
defmodule Times do
def double(n, b) do
n * 2 * b
end
def rogers(), do: "hi shahryar"
def grr(grr , name), do: (
IO.puts grr
IO.puts("my name is #{name}")
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment