diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-03-20 14:44:23 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-03-20 14:44:23 +0200 |
commit | a72fe16f9d800214e84fa496174dc255598b5a22 (patch) | |
tree | 027d1a5c5ebacabbdf081ca1ed7a2993e971ef01 /examples | |
parent | 7b41b0f84113d3b9901d5c598dd909a1df6f960f (diff) | |
download | Nim-a72fe16f9d800214e84fa496174dc255598b5a22.tar.gz |
making tests green again
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/hallo.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hallo.nim b/examples/hallo.nim index c8a4a3a8c..d94da8c1f 100755 --- a/examples/hallo.nim +++ b/examples/hallo.nim @@ -1,3 +1,3 @@ # Hello world program -echo "Hello World!" +echo "Hello World" |