elm / elm-lang.org

Server and client code for the Elm website.
http://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
1.99k stars 366 forks source link

"Working with Files" blog post Ellie examples do not compile #837

Open Chadtech opened 4 years ago

Chadtech commented 4 years ago

Hi,

I looked at the ellie app examples from this blog post: https://elm-lang.org/news/working-with-files

But all of them lack module Main exposing (..) as their first line, so the compiler errors when I open the page.