From f6788bac5994e90c5ef8035b138b16c75b869d2a Mon Sep 17 00:00:00 2001 From: Clive Crous Date: Tue, 22 Jul 2008 10:07:55 +0200 Subject: [PATCH 1/3] Added lolcode http://www.lolcode.com/ --- lolcode.lol | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lolcode.lol diff --git a/lolcode.lol b/lolcode.lol new file mode 100644 index 00000000..25d0af3b --- /dev/null +++ b/lolcode.lol @@ -0,0 +1,4 @@ +HAI +CAN HAS STDIO? +VISIBLE "Hello World!" +KTHXBYE From 8c46b3807a3fe991889fbb070ab83b153bd914f9 Mon Sep 17 00:00:00 2001 From: Clive Crous Date: Tue, 22 Jul 2008 22:00:05 +0200 Subject: [PATCH 2/3] 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 3/3] 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"