From 8c46b3807a3fe991889fbb070ab83b153bd914f9 Mon Sep 17 00:00:00 2001 From: Clive Crous Date: Tue, 22 Jul 2008 22:00:05 +0200 Subject: [PATCH 1/2] Removed the exclamation from lolcode, most seem not to have this --- lolcode.lol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lolcode.lol b/lolcode.lol index 25d0af3b..baace9e2 100644 --- a/lolcode.lol +++ b/lolcode.lol @@ -1,4 +1,4 @@ HAI CAN HAS STDIO? -VISIBLE "Hello World!" +VISIBLE "Hello World" KTHXBYE From 2c7eaabab86738e3a4f6d48d1c384d9b1d734033 Mon Sep 17 00:00:00 2001 From: Clive Crous Date: Tue, 22 Jul 2008 22:00:51 +0200 Subject: [PATCH 2/2] Add groovy --- groovy.groovy | 1 + 1 file changed, 1 insertion(+) create mode 100644 groovy.groovy diff --git a/groovy.groovy b/groovy.groovy new file mode 100644 index 00000000..95108686 --- /dev/null +++ b/groovy.groovy @@ -0,0 +1 @@ +println "Hello World"