updated elm examples to v0.2

This commit is contained in:
Jan-Cornelius Molnar 2016-04-14 14:05:18 +02:00
parent ae38396df0
commit 106a3130e4
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ module Main (..) where
addThings x y =
x + y
x + y
main =
addThings 4 5
addThings 4 5