From 5f05a430e713544d8f8a2bb1e4a66bf2d2be0bbb Mon Sep 17 00:00:00 2001 From: bcnjr5 Date: Mon, 27 May 2013 22:15:11 -0300 Subject: [PATCH 01/16] Added INTERCAL --- i/intercal.i | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 i/intercal.i diff --git a/i/intercal.i b/i/intercal.i new file mode 100644 index 00000000..a385a60a --- /dev/null +++ b/i/intercal.i @@ -0,0 +1,16 @@ +DO ,1 <- #13 +PLEASE DO ,1 SUB #1 <- #238 +DO ,1 SUB #2 <- #108 +DO ,1 SUB #3 <- #112 +DO ,1 SUB #4 <- #0 +DO ,1 SUB #5 <- #64 +DO ,1 SUB #6 <- #194 +DO ,1 SUB #7 <- #48 +PLEASE DO ,1 SUB #8 <- #22 +DO ,1 SUB #9 <- #248 +DO ,1 SUB #10 <- #168 +DO ,1 SUB #11 <- #24 +DO ,1 SUB #12 <- #16 +DO ,1 SUB #13 <- #162 +PLEASE READ OUT ,1 +PLEASE GIVE UP From 2268684e6e19533fbecce5eec529e2cc8e1d0f34 Mon Sep 17 00:00:00 2001 From: bcnjr5 Date: Mon, 27 May 2013 22:28:32 -0300 Subject: [PATCH 02/16] Added BCPL --- b/BCPL.bcl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 b/BCPL.bcl diff --git a/b/BCPL.bcl b/b/BCPL.bcl new file mode 100644 index 00000000..938bf03c --- /dev/null +++ b/b/BCPL.bcl @@ -0,0 +1,6 @@ +GET "LIBHDR" + +LET START() BE +$( + WRITES("Hello, world!*N") +$) From 3191a30ea6cfb8df7efd2fe8082b5ce348031b0e Mon Sep 17 00:00:00 2001 From: bcnjr5 Date: Mon, 27 May 2013 22:32:55 -0300 Subject: [PATCH 03/16] Added BennuGD I have no idea what the extension is. --- b/BennuGD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 b/BennuGD diff --git a/b/BennuGD b/b/BennuGD new file mode 100644 index 00000000..b27c801e --- /dev/null +++ b/b/BennuGD @@ -0,0 +1,6 @@ +import "mod_say" + +Process Main() +Begin + say("Hello World!"); +End From df56db39c8ff97f9c4633a377cacb6df74352309 Mon Sep 17 00:00:00 2001 From: bcnjr5 Date: Mon, 27 May 2013 22:34:25 -0300 Subject: [PATCH 04/16] Added Casio BASIC There is no extension. --- c/Casio BASIC | 1 + 1 file changed, 1 insertion(+) create mode 100644 c/Casio BASIC diff --git a/c/Casio BASIC b/c/Casio BASIC new file mode 100644 index 00000000..a7ab4003 --- /dev/null +++ b/c/Casio BASIC @@ -0,0 +1 @@ +"HELLO, WORLD!" From b5a0e7a72daef34c94c1a250169aaa27274df621 Mon Sep 17 00:00:00 2001 From: bcnjr5 Date: Mon, 27 May 2013 22:36:22 -0300 Subject: [PATCH 05/16] Rename d.D to D.d --- d/{d.D => D.d} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename d/{d.D => D.d} (100%) diff --git a/d/d.D b/d/D.d similarity index 100% rename from d/d.D rename to d/D.d From 533f3670c10eb04a2fc5450cb1afab13220f5728 Mon Sep 17 00:00:00 2001 From: bcnjr5 Date: Mon, 27 May 2013 22:37:41 -0300 Subject: [PATCH 06/16] Added Dart --- Dart.dart | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Dart.dart diff --git a/Dart.dart b/Dart.dart new file mode 100644 index 00000000..f313333f --- /dev/null +++ b/Dart.dart @@ -0,0 +1,4 @@ +main() +{ + print('Hello, world!'); +} From b62e3bf3c137e665f8ba80daecb9651f2669c3d5 Mon Sep 17 00:00:00 2001 From: bcnjr5 Date: Mon, 27 May 2013 22:39:25 -0300 Subject: [PATCH 07/16] Added DIGITAL Command Language Unknown extension. --- d/DCL | 1 + 1 file changed, 1 insertion(+) create mode 100644 d/DCL diff --git a/d/DCL b/d/DCL new file mode 100644 index 00000000..8560774b --- /dev/null +++ b/d/DCL @@ -0,0 +1 @@ +WRITE SYS$OUTPUT "Hello, world!" From ec3d214877720ae9619a081fa4016e893ad03651 Mon Sep 17 00:00:00 2001 From: bcnjr5 Date: Mon, 27 May 2013 22:42:36 -0300 Subject: [PATCH 08/16] Added HOP Unknown extension. --- h/HOP | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 h/HOP diff --git a/h/HOP b/h/HOP new file mode 100644 index 00000000..dea92896 --- /dev/null +++ b/h/HOP @@ -0,0 +1,6 @@ +(define-service (hello-world) + ( + ( + ( "Hello, world!")) + (<BODY> + "Hello, world!"))) From ed19e785e767429695476af54e5ff7b3da8b3dec Mon Sep 17 00:00:00 2001 From: bcnjr5 <bcnjr5@gmail.com> Date: Mon, 27 May 2013 22:44:22 -0300 Subject: [PATCH 09/16] Added Interactive Data Language Unknown extension. --- i/IDL | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 i/IDL diff --git a/i/IDL b/i/IDL new file mode 100644 index 00000000..029d2f62 --- /dev/null +++ b/i/IDL @@ -0,0 +1,2 @@ +print, "Hello, world!" +end From d28aee9b213f03cf77f0e18d938e3dd36cf266b8 Mon Sep 17 00:00:00 2001 From: bcnjr5 <bcnjr5@gmail.com> Date: Mon, 27 May 2013 22:46:27 -0300 Subject: [PATCH 10/16] Added ISLISP --- i/ISLISP.lisp | 1 + 1 file changed, 1 insertion(+) create mode 100644 i/ISLISP.lisp diff --git a/i/ISLISP.lisp b/i/ISLISP.lisp new file mode 100644 index 00000000..034255c5 --- /dev/null +++ b/i/ISLISP.lisp @@ -0,0 +1 @@ +(format (standard-output) "Hello, world!") From bdb8a63cb1182f3448d5e195c0f84cc3b3bd76dd Mon Sep 17 00:00:00 2001 From: bcnjr5 <bcnjr5@gmail.com> Date: Mon, 27 May 2013 22:47:58 -0300 Subject: [PATCH 11/16] Added kotlin --- kotlin | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 kotlin diff --git a/kotlin b/kotlin new file mode 100644 index 00000000..52899bb4 --- /dev/null +++ b/kotlin @@ -0,0 +1,5 @@ +package hello + +fun main(args : Array<String>) { + println("Hello, world!") +} From d262ad58e35f7580f8ecd50917fa115491e88d5a Mon Sep 17 00:00:00 2001 From: bcnjr5 <bcnjr5@gmail.com> Date: Mon, 27 May 2013 22:50:18 -0300 Subject: [PATCH 12/16] Added logo. --- l/logo.logo | 1 + 1 file changed, 1 insertion(+) create mode 100644 l/logo.logo diff --git a/l/logo.logo b/l/logo.logo new file mode 100644 index 00000000..e7149b7a --- /dev/null +++ b/l/logo.logo @@ -0,0 +1 @@ +print [Hello, world!] From 153bb2db8babce9526fa818612d708dacc7007de Mon Sep 17 00:00:00 2001 From: bcnjr5 <bcnjr5@gmail.com> Date: Mon, 27 May 2013 21:51:57 -0400 Subject: [PATCH 13/16] Added mIRC Script --- m/mIRC Script.mrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 m/mIRC Script.mrc diff --git a/m/mIRC Script.mrc b/m/mIRC Script.mrc new file mode 100644 index 00000000..1e6a2d09 --- /dev/null +++ b/m/mIRC Script.mrc @@ -0,0 +1 @@ +echo -a Hello, world! From 2f6886b45ce8d7c1647c758e7852e3ca1ce695d0 Mon Sep 17 00:00:00 2001 From: bcnjr5 <bcnjr5@gmail.com> Date: Mon, 27 May 2013 21:53:09 -0400 Subject: [PATCH 14/16] Added mIRC Script --- m/{mIRC Script.mrc => MSL.mrc} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename m/{mIRC Script.mrc => MSL.mrc} (100%) diff --git a/m/mIRC Script.mrc b/m/MSL.mrc similarity index 100% rename from m/mIRC Script.mrc rename to m/MSL.mrc From acde3d5237b1ac779cbf289ac7e5ab6446237722 Mon Sep 17 00:00:00 2001 From: bcnjr5 <bcnjr5@gmail.com> Date: Mon, 27 May 2013 22:54:27 -0300 Subject: [PATCH 15/16] Added Obix --- o/obix.osc | 1 + 1 file changed, 1 insertion(+) create mode 100644 o/obix.osc diff --git a/o/obix.osc b/o/obix.osc new file mode 100644 index 00000000..b7361687 --- /dev/null +++ b/o/obix.osc @@ -0,0 +1 @@ +system.console.write_line ( "Hello, world!" ) From 0acc2f97a844ed5beb423d4ae15d2822d6eacd9a Mon Sep 17 00:00:00 2001 From: bcnjr5 <bcnjr5@gmail.com> Date: Mon, 27 May 2013 22:57:19 -0300 Subject: [PATCH 16/16] Added Rust --- r/rust.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 r/rust.rs diff --git a/r/rust.rs b/r/rust.rs new file mode 100644 index 00000000..0a7674c8 --- /dev/null +++ b/r/rust.rs @@ -0,0 +1,3 @@ +fn main() { + io::println("Hello, world!"); +}