GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
peter
/
fractals
Transfer to URL with SHA
Find file
Newer
Older
tree:
bff955d89f
Branches
Tags
×
master
fractals
/
src
/ Main.elm
peter
on 6 Oct 2019
88 bytes
Added a "hello world" with Elm.
Raw
Blame
History
module Main exposing (..) import Html exposing (text) main = text "Hello there!"