atom-beautify/test.elm

10 lines
91 B
Elm

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