mirror of
https://github.com/correl/elm.git
synced 2024-12-18 11:06:17 +00:00
Update Pangram exercise for 0.17
Module declaration syntax changed between the versions.
This commit is contained in:
parent
b3d36f3249
commit
7de1f4a717
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
module Pangram where
|
||||
module Pangram exposing (..)
|
||||
|
|
Loading…
Reference in a new issue