Newer
Older
fractals / src / Main.elm
@peter peter on 6 Oct 2019 88 bytes Added a "hello world" with Elm.
module Main exposing (..)

import Html exposing (text)


main =
    text "Hello there!"