mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
Restore newline at the end of the file.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user