module Main exposing (..) import Html exposing (text) -- create main method main = text "Hello Elm from TutorialsPoint"