diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2009-04-22 16:12:19 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2009-04-22 16:12:19 +0200 |
commit | 08bc9ac03c49db7bfcdee82f46aadf95a324e015 (patch) | |
tree | d266022435c53e386162814c566248123653ca59 /tests/techo.nim | |
parent | e792940f5273bf8f8761c4cb29b241445e8b1d0b (diff) | |
download | Nim-08bc9ac03c49db7bfcdee82f46aadf95a324e015.tar.gz |
version 0.7.6
Diffstat (limited to 'tests/techo.nim')
-rw-r--r-- | tests/techo.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/techo.nim b/tests/techo.nim new file mode 100644 index 000000000..beb21fa16 --- /dev/null +++ b/tests/techo.nim @@ -0,0 +1,3 @@ +# Simplest Nimrod program + +echo "Hallo, World!" |