mirror of
https://github.com/correl/elm.git
synced 2024-11-15 19:19:31 +00:00
4999d42ab5
Use a type to express triangles instead of strings
6 lines
62 B
Elm
6 lines
62 B
Elm
module Triangle exposing (..)
|
|
|
|
|
|
version : Int
|
|
version =
|
|
2
|