Hello HTML Live JS (compiled)

Source

module Hello exposing (main)

import Html exposing (text)


main =
  text "Hello!"