Restore newline at the end of the file.

This commit is contained in:
ReneSac
2015-04-09 18:51:30 -03:00
parent 8490699224
commit d71f1b98e0

View File

@@ -80,4 +80,4 @@ echo 3 -+> 2 + 2 and 4
var arrowed = 3-+>2 + 2 and 4 # arrowed = 4
echo arrowed ===> 15
echo (2 * 3-+>2) == (2*3 -+> 2)
echo arrowed ===> 2 + 3-+>2
echo arrowed ===> 2 + 3-+>2