summaryrefslogtreecommitdiffstats
path: root/src/elm/Main.elm
diff options
context:
space:
mode:
authorJohn Omar <me@johnomar.com>2016-10-13 11:31:25 -0400
committerJohn Omar <me@johnomar.com>2016-10-13 11:31:25 -0400
commit0c190e062e77b9c5012b7a693fa48861b68bcb29 (patch)
treee57780251f711dd6578f46422f3c7563047d5fcb /src/elm/Main.elm
webpack working.
Diffstat (limited to 'src/elm/Main.elm')
-rw-r--r--src/elm/Main.elm7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/elm/Main.elm b/src/elm/Main.elm
new file mode 100644
index 0000000..21bf797
--- /dev/null
+++ b/src/elm/Main.elm
@@ -0,0 +1,7 @@
+module Main exposing (..)
+
+import Html exposing (text)
+
+
+main =
+ text "Hello Electron. I'm Elm."