15 lines
285 B
Markdown
15 lines
285 B
Markdown
# Part 4
|
|
|
|
Build everything the same way as last time:
|
|
|
|
```shell
|
|
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.
|