aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/elm-format/out.elm
blob: e7b9c6a4ca7fdb332f24daeae50e0bf581a22e22 (plain)
1
2
3
4
5
6
7
module Main exposing (main)

import Html exposing (text)


main =
    text "Hello!"