Skip to content

Commit

Permalink
Merge pull request #303 from abhishek1nair/patch-1
Browse files Browse the repository at this point in the history
Hello World from elm
  • Loading branch information
AliceWonderland committed Oct 18, 2017
2 parents 83256ee + 865927e commit e2b6fe7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/HelloWorld.elm
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-- LANGUAGE: elm
-- ENV: elm
-- AUTHOR: Abhishek Nair
-- GITHUB: https://github.com/abhishek1nair

module Hello exposing (..)

import Html exposing (text)

main =
text "Hello World!"

0 comments on commit e2b6fe7

Please sign in to comment.