Skip to content

Instantly share code, notes, and snippets.

@Adzz
Created January 31, 2018 00:24
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 Adzz/d473f96d6e8e8de1f70b18350443eb65 to your computer and use it in GitHub Desktop.
Save Adzz/d473f96d6e8e8de1f70b18350443eb65 to your computer and use it in GitHub Desktop.
defimpl Shape, for: Circle do
def area(shape) do
shape.radius * shape.radius * 3.14
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment