mirror of
https://github.com/vale981/apheleia
synced 2025-03-06 01:51:41 -05:00

* feat: add elm-format * fix: master => main * Update elm-format.bash Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
7 lines
84 B
Elm
7 lines
84 B
Elm
module Main exposing (main)
|
|
|
|
import Html exposing (text)
|
|
|
|
|
|
main =
|
|
text "Hello!"
|