updated elm examples to v0.2
This commit is contained in:
parent
ae38396df0
commit
106a3130e4
|
@ -2,8 +2,8 @@ module Main (..) where
|
|||
|
||||
|
||||
addThings x y =
|
||||
x + y
|
||||
x + y
|
||||
|
||||
|
||||
main =
|
||||
addThings 4 5
|
||||
addThings 4 5
|
||||
|
|
Loading…
Reference in New Issue