elm/Examples/elm-js/Pong/README.md
2012-12-08 13:01:58 -08:00

11 lines
281 B
Markdown

To compile this example yourself use:
elm Pong.elm
It produces a self-contained HTML file called Pong.html.
As of version 0.6 of the compiler, no external code is necessary
to make this work, so the code is slightly cleaner and simpler than
the "Pong in Elm" walkthrough.