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

import Html exposing (text)


main =
    text "Hello Electron. "