mirror of
https://github.com/correl/elm.git
synced 2024-12-18 11:06:17 +00:00
Add version in stub solution files
This commit is contained in:
parent
1197b527c3
commit
b4940f945f
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