From 82eec4f9d803420706e0d60dd672caa479980104 Mon Sep 17 00:00:00 2001 From: dom96 Date: Mon, 30 May 2011 14:10:23 +0100 Subject: [PATCH] Added the nimrod programming language (http://nimrod-code.org) --- n/nimrod.nim | 1 + 1 file changed, 1 insertion(+) create mode 100644 n/nimrod.nim diff --git a/n/nimrod.nim b/n/nimrod.nim new file mode 100644 index 00000000..84e57326 --- /dev/null +++ b/n/nimrod.nim @@ -0,0 +1 @@ +echo("hello world")