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

10 lines
74 B
Elm
Raw Normal View History

2015-12-10 06:42:08 -07:00
module Main (..) where
addThings x y =
2016-04-14 06:05:18 -06:00
x + y
2015-12-10 06:42:08 -07:00
main =
2016-04-14 06:05:18 -06:00
addThings 4 5