atom-beautify/examples/nested-jsbeautifyrc/elm/expected/test.elm

10 lines
74 B
Elm

module Main (..) where
addThings x y =
x + y
main =
addThings 4 5