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

10 lines
81 B
Elm
Raw Normal View History

2017-06-03 23:43:02 -06:00
module Main exposing (..)
2015-12-10 06:42:08 -07:00
addThings x y =
2017-06-03 23:43:02 -06:00
x + y
2015-12-10 06:42:08 -07:00
main =
2017-06-03 23:43:02 -06:00
addThings 4 5