summary refs log tree commit diff stats
path: root/tests/techo.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2009-04-22 16:12:19 +0200
committerAndreas Rumpf <rumpf_a@web.de>2009-04-22 16:12:19 +0200
commit08bc9ac03c49db7bfcdee82f46aadf95a324e015 (patch)
treed266022435c53e386162814c566248123653ca59 /tests/techo.nim
parente792940f5273bf8f8761c4cb29b241445e8b1d0b (diff)
downloadNim-08bc9ac03c49db7bfcdee82f46aadf95a324e015.tar.gz
version 0.7.6
Diffstat (limited to 'tests/techo.nim')
-rw-r--r--tests/techo.nim3
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!"