atom-beautify/test.elm

10 lines
91 B
Elm
Raw Normal View History

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