Hello, world!

This is the obligatory "hello world" for the Elm Jupyter kernel.


In [ ]:
import Html

main = 
    Html.text "Hello, world!"
    
-- compile-code

In [ ]: