Untitled

Run Settings
LanguageElm
Language Version
Run Command
import Html exposing (text, div) type alias Year = Maybe Int happyNewYear: Year -> String happyNewYear year = toString year ++ "年あけましておめでとうございます。" main = div [] [ text (happyNewYear (Just 2018)) ]
Editor Settings
Theme
Key bindings
Full width
Lines