Part 4
Build everything the same way as last time:
elm make src/Main.elm --output elm.js
No need to open index.html in your browser, since this time the exercise
is only about compiling!
Exercise
Open src/Main.elm in your editor and resolve the TODOs there.