1
0
Fork 0
mirror of https://github.com/correl/elm.git synced 2025-04-10 01:01:02 -09:00
elm/exercises/triangle/Triangle.elm
Louis Pilfold 4999d42ab5 Use a type to express triagles instead of strings ()
Use a type to express triangles instead of strings
2016-08-15 20:16:34 -04:00

6 lines
62 B
Elm

module Triangle exposing (..)
version : Int
version =
2