summaryrefslogtreecommitdiffstats
path: root/src/elm/Main.elm
blob: 21bf797669209a1156ae62275efbfe56291923ab (plain)
1
2
3
4
5
6
7
module Main exposing (..)

import Html exposing (text)


main =
    text "Hello Electron. I'm Elm."