Created
January 31, 2018 00:40
-
-
Save Adzz/ee530e0b70807218d7fec4f3d6184fab 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
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