about summary refs log blame commit diff
path: root/src/Main.elm
blob: f493a5413787dc129926099f07273d5bd84339bf (plain) (tree)
1
2
3
4
5
6
7






                                            
module Main exposing (..)

import Html exposing (text)

-- create main method
main = 
        text "Hello Elm from TutorialsPoint"