mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-13 04:42:23 +00:00
8 lines
87 B
Elm
8 lines
87 B
Elm
module Main exposing (main)
|
|
|
|
import Html exposing (..)
|
|
|
|
|
|
main =
|
|
text "Gilded Rose"
|