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

10 lines
78 B
Elm
Raw Normal View History

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