1
0
Fork 0
mirror of https://github.com/correl/elm.git synced 2025-04-01 09:05:56 -09:00
elm/exercises/run-length-encoding/RunLengthEncoding.elm
2016-10-21 16:15:00 +02:00

6 lines
No EOL
70 B
Elm

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