Skip to content

Instantly share code, notes, and snippets.

@Adzz
Created January 31, 2018 00:40
Show Gist options
  • Save Adzz/ee530e0b70807218d7fec4f3d6184fab to your computer and use it in GitHub Desktop.
Save Adzz/ee530e0b70807218d7fec4f3d6184fab to your computer and use it in GitHub Desktop.
defimpl Shape, for: EquilateralTriangle do
def area(shape) do
# some basic high school math that I've forgotten
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment