mirror of
https://github.com/correl/elm.git
synced 2024-12-19 11:12:23 +00:00
Merge pull request #118 from ErikSchierboom/version
Add version in stub solution files
This commit is contained in:
commit
c3d13d2dfe
2 changed files with 10 additions and 0 deletions
|
@ -1 +1,6 @@
|
|||
module RunLengthEncoding exposing (..)
|
||||
|
||||
|
||||
version : Int
|
||||
version =
|
||||
2
|
|
@ -1 +1,6 @@
|
|||
module Sublist exposing (..)
|
||||
|
||||
|
||||
version : Int
|
||||
version =
|
||||
2
|
Loading…
Reference in a new issue