+
+
diff --git a/hello-world/l/LaTeX.tex b/hello-world/l/LaTeX.tex
new file mode 100644
index 000000000..d27547bec
--- /dev/null
+++ b/hello-world/l/LaTeX.tex
@@ -0,0 +1,4 @@
+\documentclass{article}
+\begin{document}
+Hello World
+\end{document}
diff --git a/hello-world/l/Labyrinth.labyrinth b/hello-world/l/Labyrinth.labyrinth
new file mode 100644
index 000000000..aa1e8c9b0
--- /dev/null
+++ b/hello-world/l/Labyrinth.labyrinth
@@ -0,0 +1,2 @@
+33_100_108:}_114_111:}_87_32_44{{:_101_72.......
+@
diff --git a/hello-world/l/LassoScript.lasso b/hello-world/l/LassoScript.lasso
new file mode 100644
index 000000000..1187679cb
--- /dev/null
+++ b/hello-world/l/LassoScript.lasso
@@ -0,0 +1,4 @@
+
diff --git a/hello-world/l/LazyK.lazy b/hello-world/l/LazyK.lazy
new file mode 100644
index 000000000..6243802fa
--- /dev/null
+++ b/hello-world/l/LazyK.lazy
@@ -0,0 +1,10 @@
+`k``s``si`k``s`k```sii``s``s`kski``s``s`ksk``s``s`ksk```s``siii``s``s`kski`k``s``si`k``s``s`ksk```s``s`ksk
+i``s`k``s``s`kski``s``s`ksk```sii``s``s`kski`k``s``si`k``s`k```sii``s``s`kski```sii``s``s`ksk``s``s`kski`k
+``s``si`k``s`k```sii``s``s`kski```sii``s``s`ksk``s``s`kski`k``s``si`k``s``s`ksk``s`k``s``s`kski``s``s`ksk`
+`s`k``s``s`kski```sii``s``s`ksk``s``s`kski`k``s``si`k````s``s`ksk```s``siii``s``s`kski`s``s`ksk```sii``s``
+s`ksk``s``s`kski`k``s``si`k``s`k``s``s`kski```s``siii``s``s`kski`k``s``si`k``s`k``s``s`ksk``s`k``s``s`kski
+``s``s`ksk``s``s`kski``s``s`ksk```s``siii``s``s`kski`k``s``si`k``s``s`ksk``s`k``s``s`kski``s``s`ksk``s`k``
+s``s`kski```sii``s``s`ksk``s``s`kski`k``s``si`k``s`k``s``s`kski``s``s`ksk``s`k``s``s`kski``s``s`ksk```sii`
+`s``s`ksk``s``s`kski`k``s``si`k``s`k```sii``s``s`kski```sii``s``s`ksk``s``s`kski`k``s``si`k```s``s`kski``s
+`k``s``s`kski``s``s`ksk```sii``s``s`kski`k``s``si`k``s``s`ksk``s`k``s``s`kski```s``siii``s``s`kski`k``s``s
+i`k``s`k``s``s`kski``s``s`ksk```sii``s``s`kski`k``s``si`k```sii```sii``s``s`kski`k```sii```sii``s``s`kski
diff --git a/hello-world/l/Less.less b/hello-world/l/Less.less
new file mode 100644
index 000000000..2c6633f88
--- /dev/null
+++ b/hello-world/l/Less.less
@@ -0,0 +1,3 @@
+body::before {
+ content: "Hello World!"
+}
\ No newline at end of file
diff --git a/hello-world/l/Leszek.leszek b/hello-world/l/Leszek.leszek
new file mode 100644
index 000000000..802b4eda5
--- /dev/null
+++ b/hello-world/l/Leszek.leszek
@@ -0,0 +1 @@
+\O\C\.1.Hello World
diff --git a/hello-world/l/LilyPond.ly b/hello-world/l/LilyPond.ly
new file mode 100644
index 000000000..fbdaef52c
--- /dev/null
+++ b/hello-world/l/LilyPond.ly
@@ -0,0 +1 @@
+\markup { Hello World }
diff --git a/hello-world/l/Limbo.b b/hello-world/l/Limbo.b
new file mode 100644
index 000000000..279cbac66
--- /dev/null
+++ b/hello-world/l/Limbo.b
@@ -0,0 +1,16 @@
+implement Hello;
+
+include "sys.m";
+ sys: Sys;
+include "draw.m";
+
+Hello: module
+{
+ init: fn(ctxt: ref Draw->Context, argv: list of string);
+};
+
+init(ctxt: ref Draw->Context, argv: list of string)
+{
+ sys = load Sys Sys->PATH;
+ sys->print("Hello World\n");
+}
diff --git a/hello-world/l/Lingo.lg4 b/hello-world/l/Lingo.lg4
new file mode 100644
index 000000000..fc18ec794
--- /dev/null
+++ b/hello-world/l/Lingo.lg4
@@ -0,0 +1,3 @@
+on startmovie
+ alert "Hello World"
+end
diff --git a/hello-world/l/Lisaac.li b/hello-world/l/Lisaac.li
new file mode 100644
index 000000000..e777d4a09
--- /dev/null
+++ b/hello-world/l/Lisaac.li
@@ -0,0 +1,15 @@
+// Hello World in Lisaac
+
+Section Header
+ + name := HELLO_WORLD;
+
+Section Inherit
+
+ - parent_object:OBJECT := OBJECT;
+
+Section Public
+
+ - main <-
+ (
+ "Hello World !\n".print;
+ );
diff --git a/hello-world/l/Lisp.lsp b/hello-world/l/Lisp.lsp
new file mode 100644
index 000000000..71a68ef17
--- /dev/null
+++ b/hello-world/l/Lisp.lsp
@@ -0,0 +1,6 @@
+; LISP
+(DEFUN hello ()
+ (PRINT (LIST 'HELLO 'WORLD))
+)
+
+(hello)
diff --git a/hello-world/l/LiveScript.ls b/hello-world/l/LiveScript.ls
new file mode 100644
index 000000000..89ce6323f
--- /dev/null
+++ b/hello-world/l/LiveScript.ls
@@ -0,0 +1 @@
+console.log "Hello World"
diff --git a/hello-world/l/Locomotive Basic.b b/hello-world/l/Locomotive Basic.b
new file mode 100644
index 000000000..938af5360
--- /dev/null
+++ b/hello-world/l/Locomotive Basic.b
@@ -0,0 +1,2 @@
+10 print "Hello World"
+run
diff --git a/hello-world/l/Logicode.lgc b/hello-world/l/Logicode.lgc
new file mode 100644
index 000000000..2a709559a
--- /dev/null
+++ b/hello-world/l/Logicode.lgc
@@ -0,0 +1 @@
+out @1001000+@1100101+@1101100+@1101100+@1101111+@100000+@1010111+@1101111+@1110010+@1101100+@1100100
diff --git a/hello-world/l/Logo.lg b/hello-world/l/Logo.lg
new file mode 100644
index 000000000..a1f0ae1b9
--- /dev/null
+++ b/hello-world/l/Logo.lg
@@ -0,0 +1 @@
+print [Hello World]
diff --git a/hello-world/l/Logtalk.lgt b/hello-world/l/Logtalk.lgt
new file mode 100644
index 000000000..0fcc7b4ec
--- /dev/null
+++ b/hello-world/l/Logtalk.lgt
@@ -0,0 +1 @@
+write('Hello World')
diff --git a/hello-world/l/LotusScript.lss b/hello-world/l/LotusScript.lss
new file mode 100644
index 000000000..30eb3ca82
--- /dev/null
+++ b/hello-world/l/LotusScript.lss
@@ -0,0 +1,3 @@
+Sub Initialize
+ Print "Hello World"
+End Sub
diff --git a/hello-world/l/Lua Grimex.j b/hello-world/l/Lua Grimex.j
new file mode 100644
index 000000000..1549d1c48
--- /dev/null
+++ b/hello-world/l/Lua Grimex.j
@@ -0,0 +1,5 @@
+//! externalblock extension=lua ObjectMerger $FILENAME$
+
+//! i log("Hello World")
+
+//! endexternalblock
diff --git a/hello-world/l/Löve.lua b/hello-world/l/Löve.lua
new file mode 100644
index 000000000..cbe23ab23
--- /dev/null
+++ b/hello-world/l/Löve.lua
@@ -0,0 +1,3 @@
+function love.draw()
+ love.graphics.print("Hello World", 400, 300)
+end
diff --git a/hello-world/license b/hello-world/license
new file mode 100644
index 000000000..a6aff0ad5
--- /dev/null
+++ b/hello-world/license
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2018 Mike Donaghy [leachim6]
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/hello-world/m/M4.m4 b/hello-world/m/M4.m4
new file mode 100644
index 000000000..5ab2f8a43
--- /dev/null
+++ b/hello-world/m/M4.m4
@@ -0,0 +1 @@
+Hello
\ No newline at end of file
diff --git a/hello-world/m/MATLAB 1.0.m b/hello-world/m/MATLAB 1.0.m
new file mode 100644
index 000000000..e6324f31e
--- /dev/null
+++ b/hello-world/m/MATLAB 1.0.m
@@ -0,0 +1 @@
+fprintf('Hello World\n')
diff --git a/hello-world/m/MATLAB.m b/hello-world/m/MATLAB.m
new file mode 100644
index 000000000..ddf2fe368
--- /dev/null
+++ b/hello-world/m/MATLAB.m
@@ -0,0 +1 @@
+disp('Hello World')
diff --git a/hello-world/m/MacLisp.lisp b/hello-world/m/MacLisp.lisp
new file mode 100644
index 000000000..52edcd817
--- /dev/null
+++ b/hello-world/m/MacLisp.lisp
@@ -0,0 +1,12 @@
+(comment) ;-*- Lisp -*-
+(progn
+ (defun hello-world ()
+ (princ "Hello World")
+ (quit))
+ (close (prog1 infile (inpush -1)))
+ (sstatus feature noldmsg)
+ (gctwa)
+ (gc)
+ (sstatus flush t)
+ (suspend ":KILL " '(ts hello))
+ (hello-world))
diff --git a/hello-world/m/Macsyma.mac b/hello-world/m/Macsyma.mac
new file mode 100644
index 000000000..1572b84f3
--- /dev/null
+++ b/hello-world/m/Macsyma.mac
@@ -0,0 +1,2 @@
+/* Macsyma */
+print("Hello World");
diff --git a/hello-world/m/Magic b/hello-world/m/Magic
new file mode 100644
index 000000000..27f130649
--- /dev/null
+++ b/hello-world/m/Magic
@@ -0,0 +1,3 @@
+HELLO.WORLD
+
+"Hello World"^#;
diff --git a/hello-world/m/Make.makefile b/hello-world/m/Make.makefile
new file mode 100644
index 000000000..4b17e2ac3
--- /dev/null
+++ b/hello-world/m/Make.makefile
@@ -0,0 +1,2 @@
+$(info "Hello World")
+all:
diff --git a/hello-world/m/Malbolge.mbg b/hello-world/m/Malbolge.mbg
new file mode 100644
index 000000000..84da65228
--- /dev/null
+++ b/hello-world/m/Malbolge.mbg
@@ -0,0 +1 @@
+D'`$MLKJ}|43V1C5S3sr0)M^mJIZjh3DCAA?-=v{)Lxqpunm3kSinmlkdib(IHdc\"!Y^]\[ZYXQuUTMRQJImG/KJIHG@d>&<;:9>=6Z498165.-Q10/.'&J*)(!g}C0
diff --git a/hello-world/m/Mariolang b/hello-world/m/Mariolang
new file mode 100644
index 000000000..b5c9ac457
--- /dev/null
+++ b/hello-world/m/Mariolang
@@ -0,0 +1,8 @@
++>+>)+)+)+++)++++((((-[!)>->.
++"+"===================#+".")
++++!((+++++++++)++++++)<.---+
+++=#===================")---.
+++((.-(.)).+++..+++++++.<---
+ !+======================---
+=#>++++++++++++++.).+++.-!>!
+ =======================#=#
diff --git a/hello-world/m/Markdown.md b/hello-world/m/Markdown.md
new file mode 100644
index 000000000..557db03de
--- /dev/null
+++ b/hello-world/m/Markdown.md
@@ -0,0 +1 @@
+Hello World
diff --git a/hello-world/m/Mathematica Online.nb b/hello-world/m/Mathematica Online.nb
new file mode 100644
index 000000000..4330b0111
--- /dev/null
+++ b/hello-world/m/Mathematica Online.nb
@@ -0,0 +1,3 @@
+Notebook[{Cell[
+BoxData[RowBox[{"Print","[","\"Hello World\"","]"}]],"Input",CellID->1]},
+StyleDefinitions->"Default.nb",FrontEndVersion->"10.0 for Wolfram Cloud Platform (June 2 2014)"]
\ No newline at end of file
diff --git a/hello-world/m/MaxScript.ms b/hello-world/m/MaxScript.ms
new file mode 100644
index 000000000..bee4e039d
--- /dev/null
+++ b/hello-world/m/MaxScript.ms
@@ -0,0 +1,7 @@
+print "Hello World"
+-- "Hello World"
+
+
+-- Note that MAXScript is expression-based, so simply writing "Hello World" is
+-- sufficient to echo it for the reader. Like Haskell, all MAXScript expressions
+-- *must* return values, even if they're unused.
diff --git a/hello-world/m/Mel.mel b/hello-world/m/Mel.mel
new file mode 100644
index 000000000..585e5d8e7
--- /dev/null
+++ b/hello-world/m/Mel.mel
@@ -0,0 +1,4 @@
+proc helloWorld () {
+ print "Hello World\n";
+}
+helloWorld;
diff --git a/hello-world/m/Meq.meq b/hello-world/m/Meq.meq
new file mode 100644
index 000000000..d69c3459e
--- /dev/null
+++ b/hello-world/m/Meq.meq
@@ -0,0 +1 @@
+.==++>:+>+[>:++++++++]>:=+>===++>.===+++++++>:=+>:=++++>:++++++++>:rp>p>>p>p>p>p>p>p>p>p>p!
diff --git a/hello-world/m/Mercury.m b/hello-world/m/Mercury.m
new file mode 100644
index 000000000..e8743f60e
--- /dev/null
+++ b/hello-world/m/Mercury.m
@@ -0,0 +1,8 @@
+:- module hello.
+:- interface.
+:- import_module io.
+:- pred main(io::di, io::uo) is det.
+
+:- implementation.
+main(!IO) :-
+ io.write_string("Hello World\n", !IO).
diff --git a/hello-world/m/MilkScript.milk b/hello-world/m/MilkScript.milk
new file mode 100644
index 000000000..9f9ab571a
--- /dev/null
+++ b/hello-world/m/MilkScript.milk
@@ -0,0 +1,2 @@
+#import "basic"
+print("Hello World")
diff --git a/hello-world/m/Minecraft b/hello-world/m/Minecraft
new file mode 100644
index 000000000..d1db4a687
--- /dev/null
+++ b/hello-world/m/Minecraft
@@ -0,0 +1 @@
+/tellraw @p "Hello World"
diff --git a/hello-world/m/Mips.s b/hello-world/m/Mips.s
new file mode 100644
index 000000000..36525de1b
--- /dev/null
+++ b/hello-world/m/Mips.s
@@ -0,0 +1,9 @@
+.data
+hello_world: .asciiz "Hello World"
+
+.text
+main:
+ li $v0, 4 # Load syscommand print_string
+ la $a0, hello_world # Load hello_world string into register $a0
+ syscall # Print the string
+ jr $ra # Return
diff --git a/hello-world/m/Mirc.mrc b/hello-world/m/Mirc.mrc
new file mode 100644
index 000000000..43fb9536d
--- /dev/null
+++ b/hello-world/m/Mirc.mrc
@@ -0,0 +1 @@
+echo -a Hello World
diff --git a/hello-world/m/Mmmm().mmmm b/hello-world/m/Mmmm().mmmm
new file mode 100644
index 000000000..a9ac36883
--- /dev/null
+++ b/hello-world/m/Mmmm().mmmm
@@ -0,0 +1,60 @@
+Mmm=m[m.m()].m(m.m());
+Mmmm=m[mm].m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();Mmmmm=mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();m[mmmm].m(mmm.m());
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();Mmmmmm=mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+Mmmmmmmmm=mmm.m();
+m[mmmm].m(mmm.m());
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();Mmmmmmm=mmm.m();
+m[mmmm].m(mmmmmm);m[mmmm].m(mmmmmm);
+mmm.m();mmm.m();
+Mmmmmmmm=mmm.m();
+m[mmmm].m(mmmmmmm);
+mmm.m();mmm.m();
+Mmmmmmmmmm=mmm.m();
+Mmmm=m[mm].m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();
+Mmmmmmmmmmm=mmm.m();
+Mmmmmmmmmmmm=mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();mmm.m();mmm.m();
+mmm.m();mmm.m();
+m[mmmm].m(mmm.m());
+m[mmmm].m(mmmmmmmmmm);
+m[mmmm].m(mmmmm);
+m[mmmm].m(mmmmmmm);
+m[mmmm].m(mmmmmmmmm);
+m[mmmm].m(mmmmmm);
+m[mmmm].m(mmmmmmmm);
+m[mmmm].m(mmmmmmmmmmm);
diff --git a/hello-world/m/ModiScript.chai b/hello-world/m/ModiScript.chai
new file mode 100644
index 000000000..4f11d143f
--- /dev/null
+++ b/hello-world/m/ModiScript.chai
@@ -0,0 +1,3 @@
+Mitrooon
+ bhaiyo aur behno "Hello World"
+Achhe din aa gaye
diff --git a/hello-world/m/Modula 2.mod b/hello-world/m/Modula 2.mod
new file mode 100644
index 000000000..d3860a967
--- /dev/null
+++ b/hello-world/m/Modula 2.mod
@@ -0,0 +1,10 @@
+MODULE HelloWorld;
+
+FROM Terminal2 IMPORT WriteString, WriteLn;
+
+BEGIN
+
+ WriteString("Hello World");
+ WriteLn;
+
+END HelloWorld.
\ No newline at end of file
diff --git a/hello-world/m/Modula 3.m3 b/hello-world/m/Modula 3.m3
new file mode 100644
index 000000000..dcfdf0fee
--- /dev/null
+++ b/hello-world/m/Modula 3.m3
@@ -0,0 +1,5 @@
+MODULE HelloWorld;
+IMPORT Io;
+BEGIN
+ IO.Put ("Hello World\n")
+END HelloWorld.
\ No newline at end of file
diff --git a/hello-world/m/Mongo.shell b/hello-world/m/Mongo.shell
new file mode 100644
index 000000000..ad35e5ae3
--- /dev/null
+++ b/hello-world/m/Mongo.shell
@@ -0,0 +1 @@
+print("Hello World")
diff --git a/hello-world/m/Monte.mt b/hello-world/m/Monte.mt
new file mode 100644
index 000000000..8d3de6a29
--- /dev/null
+++ b/hello-world/m/Monte.mt
@@ -0,0 +1 @@
+traceln("Hello World")
diff --git a/hello-world/m/Moo.moo b/hello-world/m/Moo.moo
new file mode 100644
index 000000000..d5ad8cfe5
--- /dev/null
+++ b/hello-world/m/Moo.moo
@@ -0,0 +1,3 @@
+@program hello:run
+player:tell("Hello World");
+.
\ No newline at end of file
diff --git a/hello-world/m/Moonscript.moon b/hello-world/m/Moonscript.moon
new file mode 100644
index 000000000..755b5fbc9
--- /dev/null
+++ b/hello-world/m/Moonscript.moon
@@ -0,0 +1 @@
+print 'Hello World'
diff --git a/hello-world/m/Morse code b/hello-world/m/Morse code
new file mode 100644
index 000000000..e727cbbf1
--- /dev/null
+++ b/hello-world/m/Morse code
@@ -0,0 +1 @@
+.... . .-.. .-.. --- .-- --- .-. .-.. -..
diff --git a/hello-world/m/Mouse.mse b/hello-world/m/Mouse.mse
new file mode 100644
index 000000000..e29292d53
--- /dev/null
+++ b/hello-world/m/Mouse.mse
@@ -0,0 +1,3 @@
+"Hello World"
+'! !'
+$
diff --git a/hello-world/m/Move.mv b/hello-world/m/Move.mv
new file mode 100644
index 000000000..f822f7328
--- /dev/null
+++ b/hello-world/m/Move.mv
@@ -0,0 +1 @@
+alert 'Hello World'
diff --git a/hello-world/m/Mozart.oz b/hello-world/m/Mozart.oz
new file mode 100644
index 000000000..9b2001756
--- /dev/null
+++ b/hello-world/m/Mozart.oz
@@ -0,0 +1,8 @@
+functor
+import
+ Application
+ System
+define
+ {System.showInfo 'Hello World'}
+ {Application.exit 0}
+end
diff --git a/hello-world/m/Muf.muf b/hello-world/m/Muf.muf
new file mode 100644
index 000000000..4e154cf2a
--- /dev/null
+++ b/hello-world/m/Muf.muf
@@ -0,0 +1,3 @@
+: main
+ me @ "Hello World" notify
+;
diff --git a/hello-world/m/Mumps.m b/hello-world/m/Mumps.m
new file mode 100644
index 000000000..978d2a969
--- /dev/null
+++ b/hello-world/m/Mumps.m
@@ -0,0 +1 @@
+ w "Hello World",!
diff --git a/hello-world/m/Mushcode.mush b/hello-world/m/Mushcode.mush
new file mode 100644
index 000000000..ff31ff46e
--- /dev/null
+++ b/hello-world/m/Mushcode.mush
@@ -0,0 +1 @@
+say Hello World.
diff --git a/hello-world/m/MySQL.sql b/hello-world/m/MySQL.sql
new file mode 100644
index 000000000..1922d8b41
--- /dev/null
+++ b/hello-world/m/MySQL.sql
@@ -0,0 +1 @@
+SELECT 'Hello World';
diff --git a/hello-world/m/Myrddin.myr b/hello-world/m/Myrddin.myr
new file mode 100644
index 000000000..b4a30d6e2
--- /dev/null
+++ b/hello-world/m/Myrddin.myr
@@ -0,0 +1,6 @@
+use std
+
+const main = {
+ std.put("Hello World\n")
+}
+
diff --git a/hello-world/n/Mathematica.nb b/hello-world/n/Mathematica.nb
new file mode 100644
index 000000000..45181a71d
--- /dev/null
+++ b/hello-world/n/Mathematica.nb
@@ -0,0 +1 @@
+Print["Hello World"]
diff --git a/hello-world/n/NWScript.nss b/hello-world/n/NWScript.nss
new file mode 100644
index 000000000..ca97905a6
--- /dev/null
+++ b/hello-world/n/NWScript.nss
@@ -0,0 +1,4 @@
+// Place in the OnClientEnter event of the module's properties
+{
+ SendMessageToPC(GetEnteringObject(), "Hello World");
+}
diff --git a/hello-world/n/NXC.nxc b/hello-world/n/NXC.nxc
new file mode 100644
index 000000000..3219b1f3e
--- /dev/null
+++ b/hello-world/n/NXC.nxc
@@ -0,0 +1,4 @@
+task main()
+{
+ TextOut(0, LCD_LINE1, "Hello World");
+}
diff --git a/hello-world/n/Nadeshiko.fjo b/hello-world/n/Nadeshiko.fjo
new file mode 100644
index 000000000..7615231d2
--- /dev/null
+++ b/hello-world/n/Nadeshiko.fjo
@@ -0,0 +1 @@
+「Hello World」と表示。
diff --git a/hello-world/n/Neko.neko b/hello-world/n/Neko.neko
new file mode 100644
index 000000000..bb8da3050
--- /dev/null
+++ b/hello-world/n/Neko.neko
@@ -0,0 +1 @@
+$print("Hello World\n");
diff --git a/hello-world/n/Nemerle.n b/hello-world/n/Nemerle.n
new file mode 100644
index 000000000..b975b26ee
--- /dev/null
+++ b/hello-world/n/Nemerle.n
@@ -0,0 +1,7 @@
+class Hello
+{
+ static Main () : void
+ {
+ System.Console.WriteLine ("Hello World");
+ }
+}
\ No newline at end of file
diff --git a/hello-world/n/NewtonScript.nwt b/hello-world/n/NewtonScript.nwt
new file mode 100644
index 000000000..12c19bb09
--- /dev/null
+++ b/hello-world/n/NewtonScript.nwt
@@ -0,0 +1,15 @@
+baseview :=
+ {viewBounds: {left: -3, top: 71, right: 138, bottom: 137},
+ viewFlags: 581,
+ declareSelf: 'base,
+ _proto: protoFloatNGo,
+ debug: "baseview"
+ };
+
+textview := * child of baseview *
+ {text: "Hello World",
+ viewBounds: {left: 33, top: 24, right: 113, bottom: 46},
+ viewFlags: 579,
+ _proto: protoStaticText,
+ debug: "textview"
+ };
diff --git a/hello-world/n/Nice.nice b/hello-world/n/Nice.nice
new file mode 100644
index 000000000..11f52afeb
--- /dev/null
+++ b/hello-world/n/Nice.nice
@@ -0,0 +1,3 @@
+void main(String[] args){
+ println("Hello World");
+}
diff --git a/hello-world/n/Night.night b/hello-world/n/Night.night
new file mode 100644
index 000000000..c3bd215a1
--- /dev/null
+++ b/hello-world/n/Night.night
@@ -0,0 +1 @@
+print("Hello World\n");
diff --git a/hello-world/n/Nim.nim b/hello-world/n/Nim.nim
new file mode 100644
index 000000000..f3a37892a
--- /dev/null
+++ b/hello-world/n/Nim.nim
@@ -0,0 +1 @@
+echo("Hello World")
diff --git a/hello-world/n/Nit.nit b/hello-world/n/Nit.nit
new file mode 100644
index 000000000..6826f0799
--- /dev/null
+++ b/hello-world/n/Nit.nit
@@ -0,0 +1,2 @@
+print "Hello World"
+
diff --git a/hello-world/n/NoFlo.fbp b/hello-world/n/NoFlo.fbp
new file mode 100644
index 000000000..8467d7b23
--- /dev/null
+++ b/hello-world/n/NoFlo.fbp
@@ -0,0 +1 @@
+'Hello, World' -> IN Display(Output)
\ No newline at end of file
diff --git a/hello-world/n/Node.js.js b/hello-world/n/Node.js.js
new file mode 100644
index 000000000..8e0f025ab
--- /dev/null
+++ b/hello-world/n/Node.js.js
@@ -0,0 +1,3 @@
+#!/usr/bin/env node
+
+console.log('Hello World');
diff --git a/hello-world/n/Novice.novice b/hello-world/n/Novice.novice
new file mode 100644
index 000000000..de4171f06
--- /dev/null
+++ b/hello-world/n/Novice.novice
@@ -0,0 +1,3 @@
+a
+a-Hello World_*
+Hello World_*
diff --git a/hello-world/n/Nu.nu b/hello-world/n/Nu.nu
new file mode 100644
index 000000000..4c0d9c87d
--- /dev/null
+++ b/hello-world/n/Nu.nu
@@ -0,0 +1 @@
+(puts "Hello World")
diff --git a/hello-world/o/OCaml.ml b/hello-world/o/OCaml.ml
new file mode 100644
index 000000000..93dbf378b
--- /dev/null
+++ b/hello-world/o/OCaml.ml
@@ -0,0 +1 @@
+print_string "Hello World\n"
\ No newline at end of file
diff --git a/hello-world/o/OX.oz b/hello-world/o/OX.oz
new file mode 100644
index 000000000..a077c4235
--- /dev/null
+++ b/hello-world/o/OX.oz
@@ -0,0 +1 @@
+{Show 'Hello World'}
diff --git a/hello-world/o/Oberon 2.obn b/hello-world/o/Oberon 2.obn
new file mode 100644
index 000000000..b54ecf1c0
--- /dev/null
+++ b/hello-world/o/Oberon 2.obn
@@ -0,0 +1,6 @@
+MODULE HelloWorld;
+IMPORT Out;
+BEGIN
+ Out.String( "Hello World" );
+ Out.Ln;
+END HelloWorld.
\ No newline at end of file
diff --git a/hello-world/o/Oberon.o b/hello-world/o/Oberon.o
new file mode 100644
index 000000000..c1483e178
--- /dev/null
+++ b/hello-world/o/Oberon.o
@@ -0,0 +1,8 @@
+MODULE HelloWorld;
+
+IMPORT Out;
+
+BEGIN
+ Out.Open;
+ Out.String('Hello World');
+END HelloWorld.
diff --git a/hello-world/o/Obix.osc b/hello-world/o/Obix.osc
new file mode 100644
index 000000000..7cfda92de
--- /dev/null
+++ b/hello-world/o/Obix.osc
@@ -0,0 +1 @@
+system.console.write_line ( "Hello World" )
diff --git a/hello-world/o/Obj.st b/hello-world/o/Obj.st
new file mode 100644
index 000000000..d9b3c7de7
--- /dev/null
+++ b/hello-world/o/Obj.st
@@ -0,0 +1 @@
+stdout println:'Hello World'.
diff --git a/hello-world/o/Object Pascal.pp b/hello-world/o/Object Pascal.pp
new file mode 100644
index 000000000..3ba438b78
--- /dev/null
+++ b/hello-world/o/Object Pascal.pp
@@ -0,0 +1,20 @@
+program ObjectPascalExample;
+
+type
+ THelloWorld = class
+ procedure Put;
+ end;
+
+procedure THelloWorld.Put;
+begin
+ Writeln('Hello World');
+end;
+
+var
+ HelloWorld: THelloWorld;
+
+begin
+ HelloWorld := THelloWorld.Create;
+ HelloWorld.Put;
+ HelloWorld.Free;
+end.
\ No newline at end of file
diff --git a/hello-world/o/ObjectStar b/hello-world/o/ObjectStar
new file mode 100644
index 000000000..40c323267
--- /dev/null
+++ b/hello-world/o/ObjectStar
@@ -0,0 +1 @@
+CALL ENDMSG('HELLO WORLD');
\ No newline at end of file
diff --git a/hello-world/o/Objective C.m b/hello-world/o/Objective C.m
new file mode 100644
index 000000000..a13e1b7a0
--- /dev/null
+++ b/hello-world/o/Objective C.m
@@ -0,0 +1,14 @@
+/*
+ Build on OS X:
+ clang -framework Foundation -fobjc-arc objc.m -o objc
+
+ Build on Linux with GNUstep:
+ clang `gnustep-config --objc-flags` `gnustep-config --base-libs` -fobjc-nonfragile-abi -fobjc-arc objc.m -o objc
+ */
+
+#import
+
+int main(void)
+{
+ NSLog(@"Hello World");
+}
diff --git a/hello-world/o/Objective J.j b/hello-world/o/Objective J.j
new file mode 100644
index 000000000..88c272393
--- /dev/null
+++ b/hello-world/o/Objective J.j
@@ -0,0 +1 @@
+document.write("Hello World");
diff --git a/hello-world/o/Octave.m b/hello-world/o/Octave.m
new file mode 100644
index 000000000..57e511755
--- /dev/null
+++ b/hello-world/o/Octave.m
@@ -0,0 +1 @@
+printf("Hello World");
diff --git a/hello-world/o/Omgrofl.omgrofl b/hello-world/o/Omgrofl.omgrofl
new file mode 100644
index 000000000..1656ad661
--- /dev/null
+++ b/hello-world/o/Omgrofl.omgrofl
@@ -0,0 +1,23 @@
+lol iz 72
+rofl lol
+lol iz 101
+rofl lol
+lol iz 108
+rofl lol
+rofl lol
+lool iz 111
+rofl lool
+loool iz 44
+rofl loool
+loool iz 32
+rofl loool
+loool iz 87
+rofl loool
+rofl lool
+lool iz 114
+rofl lool
+rofl lol
+lol iz 100
+rofl lol
+lol iz 33
+rofl lol
diff --git a/hello-world/o/Ooc.ooc b/hello-world/o/Ooc.ooc
new file mode 100644
index 000000000..bc18f8f5c
--- /dev/null
+++ b/hello-world/o/Ooc.ooc
@@ -0,0 +1,4 @@
+main: func {
+ "Hello World" println()
+}
+
diff --git a/hello-world/o/Ook.ok b/hello-world/o/Ook.ok
new file mode 100644
index 000000000..e0f52723f
--- /dev/null
+++ b/hello-world/o/Ook.ok
@@ -0,0 +1,19 @@
+Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook.
+Ook. Ook. Ook. Ook. Ook! Ook? Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook.
+Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook! Ook! Ook? Ook! Ook? Ook.
+Ook! Ook. Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook.
+Ook. Ook. Ook! Ook? Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook?
+Ook! Ook! Ook? Ook! Ook? Ook. Ook. Ook. Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook.
+Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook. Ook! Ook. Ook. Ook. Ook. Ook.
+Ook. Ook. Ook! Ook. Ook. Ook? Ook. Ook? Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook.
+Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook? Ook? Ook. Ook. Ook.
+Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook! Ook! Ook? Ook! Ook? Ook. Ook! Ook.
+Ook. Ook? Ook. Ook? Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook.
+Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook? Ook? Ook. Ook. Ook.
+Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook.
+Ook. Ook? Ook! Ook! Ook? Ook! Ook? Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook.
+Ook? Ook. Ook? Ook. Ook? Ook. Ook? Ook. Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook.
+Ook! Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook.
+Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook!
+Ook! Ook. Ook. Ook? Ook. Ook? Ook. Ook. Ook! Ook.
+
diff --git a/hello-world/o/Opa.opa b/hello-world/o/Opa.opa
new file mode 100644
index 000000000..0fc5eb59c
--- /dev/null
+++ b/hello-world/o/Opa.opa
@@ -0,0 +1 @@
+jlog("Hello World")
diff --git a/hello-world/o/OpenLaszlo.lzx b/hello-world/o/OpenLaszlo.lzx
new file mode 100644
index 000000000..ccdc6bf1b
--- /dev/null
+++ b/hello-world/o/OpenLaszlo.lzx
@@ -0,0 +1,3 @@
+
diff --git a/hello-world/o/Oracle SQL.sql b/hello-world/o/Oracle SQL.sql
new file mode 100644
index 000000000..ee427a17c
--- /dev/null
+++ b/hello-world/o/Oracle SQL.sql
@@ -0,0 +1 @@
+SELECT 'Hello World' FROM DUAL;
diff --git a/hello-world/o/Orc.orc b/hello-world/o/Orc.orc
new file mode 100644
index 000000000..339af7587
--- /dev/null
+++ b/hello-world/o/Orc.orc
@@ -0,0 +1,10 @@
+{- HelloWorld.orc -- Orc program HelloWorld
+ -
+ - $Id$
+ -
+ - Created by xbony2 on Nov 8, 2014 8:30:25 PM
+ - Licensed under public domain.
+ -}
+
+Println("Hello World") >>
+stop
diff --git a/hello-world/p/PB.pwr b/hello-world/p/PB.pwr
new file mode 100644
index 000000000..3185b323e
--- /dev/null
+++ b/hello-world/p/PB.pwr
@@ -0,0 +1,5 @@
+; Hello World in "PowerBatch Plus+" from Computing Systems Design, Inc.
+
+Variable Msg,13,"Hello World"
+
+Write Msg
diff --git a/hello-world/p/PBWin.bas b/hello-world/p/PBWin.bas
new file mode 100644
index 000000000..33ce12319
--- /dev/null
+++ b/hello-world/p/PBWin.bas
@@ -0,0 +1,8 @@
+#COMPILE EXE
+#DIM ALL
+
+FUNCTION PBMAIN () AS LONG
+
+ MSGBOX "Hello World"
+
+END FUNCTION
diff --git a/hello-world/p/PHP.php b/hello-world/p/PHP.php
new file mode 100644
index 000000000..06594b52c
--- /dev/null
+++ b/hello-world/p/PHP.php
@@ -0,0 +1,3 @@
+
+
+main(){
+ print("Hello World");
+}
diff --git a/hello-world/p/Pebble.c b/hello-world/p/Pebble.c
new file mode 100644
index 000000000..56bb2d659
--- /dev/null
+++ b/hello-world/p/Pebble.c
@@ -0,0 +1,51 @@
+#include
+
+static Window* main_window;
+static TextLayer* text_layer, *world_layer;
+
+static void main_window_load(Window* window) {
+ Layer *window_layer = window_get_root_layer(window);
+ window_set_background_color(main_window, GColorBlack);
+ GRect bounds = layer_get_bounds(window_layer);
+ text_layer = text_layer_create(
+ GRect(0, bounds.size.h / 2 - 42, bounds.size.w, 120));
+ text_layer_set_text(text_layer, "Hello");
+ text_layer_set_background_color(text_layer, GColorClear);
+ text_layer_set_text_color(text_layer, GColorWhite);
+ text_layer_set_font(text_layer, fonts_get_system_font(FONT_KEY_BITHAM_42_BOLD));
+ text_layer_set_text_alignment(text_layer, GTextAlignmentCenter);
+
+ world_layer = text_layer_create(
+ GRect(0, bounds.size.h / 2, bounds.size.w, 120));
+ text_layer_set_background_color(world_layer, GColorClear);
+ text_layer_set_text(world_layer, "World");
+ text_layer_set_text_color(world_layer, GColorLightGray);
+ text_layer_set_font(world_layer, fonts_get_system_font(FONT_KEY_BITHAM_42_BOLD));
+ text_layer_set_text_alignment(world_layer, GTextAlignmentCenter);
+
+ layer_add_child(window_layer, text_layer_get_layer(text_layer));
+ layer_add_child(window_layer, text_layer_get_layer(world_layer));
+}
+static void main_window_unload(Window* window) {
+ text_layer_destroy(text_layer);
+ text_layer_destroy(world_layer);
+}
+
+static void init() {
+ main_window = window_create();
+ window_set_window_handlers(main_window, (WindowHandlers) {
+ .load = main_window_load,
+ .unload = main_window_unload
+ });
+ window_stack_push(main_window, true);
+}
+
+static void deinit() {
+ window_destroy(main_window);
+}
+
+int main(void) {
+ init();
+ app_event_loop();
+ deinit();
+}
diff --git a/hello-world/p/Perfume.prfm b/hello-world/p/Perfume.prfm
new file mode 100644
index 000000000..60ad73dc6
--- /dev/null
+++ b/hello-world/p/Perfume.prfm
@@ -0,0 +1 @@
+println "Hello World";
diff --git a/hello-world/p/Perl.cgi b/hello-world/p/Perl.cgi
new file mode 100644
index 000000000..cb407d167
--- /dev/null
+++ b/hello-world/p/Perl.cgi
@@ -0,0 +1,9 @@
+ #!/usr/local/bin/perl -w
+ use CGI; # load CGI routines
+ $q = CGI->new; # create new CGI object
+ print $q->header, # create the HTTP header
+ $q->start_html('Hello World'), # start the HTML
+ $q->h1('Hello World'), # level 1 header
+ $q->end_html; # end the HTML
+
+ # http://perldoc.perl.org/CGI.html
diff --git a/hello-world/p/Perl.pl b/hello-world/p/Perl.pl
new file mode 100644
index 000000000..9f7623ddf
--- /dev/null
+++ b/hello-world/p/Perl.pl
@@ -0,0 +1,2 @@
+#!/usr/bin/perl
+print "Hello World\n";
diff --git a/hello-world/p/Perl6.p6 b/hello-world/p/Perl6.p6
new file mode 100644
index 000000000..aed05c2f7
--- /dev/null
+++ b/hello-world/p/Perl6.p6
@@ -0,0 +1,6 @@
+#!/usr/bin/env perl6
+
+v6;
+
+say "Hello World";
+
diff --git a/hello-world/p/Perseus.p++ b/hello-world/p/Perseus.p++
new file mode 100644
index 000000000..d2164c4a5
--- /dev/null
+++ b/hello-world/p/Perseus.p++
@@ -0,0 +1,10 @@
+link CUI entry main
+
+include "Windows.inc"
+include "Console.inc"
+
+func main()
+{
+ Console.Init("Console")
+ Console.Write("Hello World")
+}
diff --git a/hello-world/p/Pharo.st b/hello-world/p/Pharo.st
new file mode 100644
index 000000000..840974db8
--- /dev/null
+++ b/hello-world/p/Pharo.st
@@ -0,0 +1 @@
+'Hello World' crLog
\ No newline at end of file
diff --git a/hello-world/p/Phix.exw b/hello-world/p/Phix.exw
new file mode 100644
index 000000000..5247d8f9c
--- /dev/null
+++ b/hello-world/p/Phix.exw
@@ -0,0 +1 @@
+puts(1,"Hello World")
diff --git a/hello-world/p/PiCat.pi b/hello-world/p/PiCat.pi
new file mode 100644
index 000000000..4491f89d2
--- /dev/null
+++ b/hello-world/p/PiCat.pi
@@ -0,0 +1,2 @@
+main =>
+ println('Hello World').
diff --git a/hello-world/p/Piet.png b/hello-world/p/Piet.png
new file mode 100644
index 000000000..1b6a69c10
Binary files /dev/null and b/hello-world/p/Piet.png differ
diff --git a/hello-world/p/Pig.pig b/hello-world/p/Pig.pig
new file mode 100644
index 000000000..2a2da0c7b
--- /dev/null
+++ b/hello-world/p/Pig.pig
@@ -0,0 +1 @@
+Hello WorldPIGHello World
diff --git a/hello-world/p/PikaLang.pokeball b/hello-world/p/PikaLang.pokeball
new file mode 100644
index 000000000..540b63ee4
--- /dev/null
+++ b/hello-world/p/PikaLang.pokeball
@@ -0,0 +1,7 @@
+pi pi pi pi pi pi pi pi pi pi pika pipi pi pi pi pi pi pi pi pipi pi pi
+pi pi pi pi pi pi pi pi pipi pi pi pi pipi pi pichu pichu pichu pichu ka
+chu pipi pi pi pikachu pipi pi pikachu pi pi pi pi pi pi pi pikachu
+pikachu pi pi pi pikachu pipi pi pi pikachu pichu pichu pi pi pi pi pi
+pi pi pi pi pi pi pi pi pi pi pikachu pipi pikachu pi pi pi pikachu ka
+ka ka ka ka ka pikachu ka ka ka ka ka ka ka ka pikachu pipi pi pikachu
+pipi pikachu
\ No newline at end of file
diff --git a/hello-world/p/Pike.pike b/hello-world/p/Pike.pike
new file mode 100644
index 000000000..f8692db43
--- /dev/null
+++ b/hello-world/p/Pike.pike
@@ -0,0 +1,4 @@
+int main() {
+ write("Hello World\n");
+ return 0;
+}
diff --git a/hello-world/p/Pit.pit b/hello-world/p/Pit.pit
new file mode 100644
index 000000000..d96933ab7
--- /dev/null
+++ b/hello-world/p/Pit.pit
@@ -0,0 +1,326 @@
+NOT 1
+SND 1
+SND 0
+SND 0
+SND 0
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+SND 2
+SND 0
+SND 1
+SND 0
+SND 0
+SND 0
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 0
+SND 1
+SND 0
+SND 0
+SND 0
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 0
+SND 1
+SND 0
+SND 0
+SND 0
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 0
+SND 1
+SND 0
+SND 0
+SND 0
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+SND 2
+SND 1
+SND 2
+SND 0
+SND 1
+SND 0
+SND 0
+SND 0
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 0
+SND 1
+SND 0
+SND 0
+SND 0
+SND 1
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+SND 2
+SND 1
+SND 2
+SND 1
+SND 2
+SND 0
+SND 1
+SND 0
+SND 0
+SND 0
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+SND 2
+SND 0
+SND 1
+SND 0
+SND 0
+SND 0
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+SND 2
+SND 1
+SND 2
+SND 0
+SND 1
+SND 0
+SND 0
+SND 0
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 0
+SND 1
+SND 0
+SND 0
+SND 0
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 0
+SND 1
+SND 0
+SND 0
+SND 0
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 0
+SND 1
+SND 0
+SND 0
+SND 0
+SND 1
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 1
+SND 2
+SND 1
+SND 2
+SND 1
+SND 2
+SND 1
+NOT 2
+SND 2
+SND 0
+OFF 0
diff --git a/hello-world/p/Pizza.pizza b/hello-world/p/Pizza.pizza
new file mode 100644
index 000000000..8fa860249
--- /dev/null
+++ b/hello-world/p/Pizza.pizza
@@ -0,0 +1,5 @@
+class HelloWorld {
+ public static void main(String[] args) {
+ System.out.println("Hello World");
+ }
+}
\ No newline at end of file
diff --git a/hello-world/p/Please Porige Hot.pph b/hello-world/p/Please Porige Hot.pph
new file mode 100644
index 000000000..f4205c5de
--- /dev/null
+++ b/hello-world/p/Please Porige Hot.pph
@@ -0,0 +1 @@
+1 Please porige hot or cold Hello World
diff --git a/hello-world/p/Pluvo.pvo b/hello-world/p/Pluvo.pvo
new file mode 100644
index 000000000..ba670b65c
--- /dev/null
+++ b/hello-world/p/Pluvo.pvo
@@ -0,0 +1 @@
+say "Hello World"
diff --git a/hello-world/p/Polynomial.pol b/hello-world/p/Polynomial.pol
new file mode 100644
index 000000000..c82b165a2
--- /dev/null
+++ b/hello-world/p/Polynomial.pol
@@ -0,0 +1 @@
+f(x) = x^54 - 159014x^53 + 10832073396865804x^52 - 1722454995853645185024x^51 + 37968621468067227708480815104x^50 - 6048436172078846536054214083215360x^49 - 233513143301713321053926514246008438784x^48 + 1104146527973661777408036024159387365933056x^47 - 43427940760660892945598234855622393627754364928x^46 + 67688151387034834407174775878348678887678180065280x^45 - 2657323397811390386816113812836066598878541383083229182x^44 + 1750284245331664692109566288590033450135765470086567034878x^43 - 66462310637170791141330436813018840528707142797162918925303806x^42 + 20508128690597856095696899775729835128839331997155438812840591358x^41 - 664953230461190852547732663527306948596506725237756131883009775239166x^40 + 122666463513285791263166623998020333809641694974891527172108001766014974x^39 - 2290339732715482683303962242601771918911509803450296139283376474479399010302x^38 + 333681206682071257276765622169335904551081599525895157749622024410862633091070x^37 - 1691043431739585500544644861024318773165895772478850636648655229589277769014968318x^36 + 200506166911493278122043091578573690630915822238274576692536396738642535022472462334x^35 - 83725352136727902926962688002085013348571758969699327995437883996918505898393112412158x^34 + 8946701875864986004178866146568026543826377674206253421423964436944549188572512744636414x^33 - 1867315954108076983102178980404722124954606614812493711046674205982894462255753012843642878x^32 + 178324449027542424363250070678452160645175392388973092115587091266832446376253808451931602942x^31 - 24291196173290792733633389253959325279211027629620980716292664144523119832413508515604964835326x^30 + 2051361313277806101971735175010721323823623545474630082713676031861264604659894615015106038202366x^29 - 204163318930245521138048084566822704550940204786829904381641555821279624471050262962488593524719614x^28 + 15080204889675869155229234744312762198619136509808788153390711130175410235109921892971369525296496638x^27 - 1165291326138700992648690286268194728713765396851822888922293042494539382622438040850689893573528125438x^26 + 74455666269114358239917407447450883116392692238031999396368360323797637882097034155445411572501551513598x^25 - 4629813507931028276481888188824918837219940394558223324294713679828523226590836146159419165677988974952446x^24 + 253120956733554432342716622232076867923990466385729228242480842746036367109236814280617493808254752667992062x^23 - 12935074231319533186983493987243575840365401040882648745356769581430267310941451311894303395892917187039461374x^22 + 598913063059871613059857216856855349855419761967359474402923993393922286606408014770709182577971747789238960126x^21 - 25428508737739962276270688610109187572552304592436884974847563375647270022873810881862347086815806954727658225662x^20 + 988075525812553477917947118187566933771383003967243891018665745909746387720410669543775339912470070203350513614846x^19 - 34974169531686082193562459271768002009744513364736394486295709944600099597472906094246515756034869419547478867312638x^18 + 1131815654865400099721068380879494797357578573000978123266770256219841969966466292315303189575522430114658452248723454x^17 - 33333243367066790224431125737877702592396473433676485170092104273794119865956405762749777296265621241096608710368690174x^16 + 892264657182917347092519064707331396991280027881775637162618455630037117552251223731760472327631168507410442258403557374x^15 - 21741234185793763082357467767610152549960037645439852577400502876137832861902450604589029830428630800969050504520911552510x^14 + 477743401378059186285442060198126775727720768799991712595952810072435362385423036993075850469213290973558290972495134588926x^13 - 9542386958914044777985633223358827925072853726403754987291921876055021910330691028409034466645850263821631147144589476888574x^12 + 170373657119042581679392061752246883211700633236029252140524140404116909796029987541347425321627477671207061587436661802795006x^11 - 2749764955487032211189043031405167033392562632980461084259430732124101539469658631267867961079629561250003844967312558638759934x^10 + 39258870077914541482854786591008101985140318175933710685982149707499006040540918873742652203012485463461181385232920427641176062x^9 - 500368492335132183249328269334693420237229115021360007044007047308659390943642645302624438601527360932151837223729879018719150078x^8 + 5561474165691513638632263097940791619157749550438413179410744745968666079707113111702893276550591486283330334999248957967519711230x^7 - 53880783522289363454704538003114570363811073301017229192681339922824957590137011676197017433885609211428303922108095981658814021630x^6 + 445288801638974965851448060362741780190759776482802809915713807735430669749072211419415506701161594212827516720492113889326434091006x^5 - 3062244326655950294268213743871987045997296637980493381720979841832789151604468970705217772640392632442086114584286495283795927760894x^4 + 17350497861833021048265568696066512194485118861967772235263366259072517869159731356876777820098774378356979847504601682094845149052926x^3 - 74168531044100993077468285584515190766733489300066134507874699191841424986708021389184383419592112291881531106870872614137017669779454x^2 + 228571929129635500353661243768318776163922747079196359396738280844215833818180963007061674605170476519898831960207022976332263187283966x - 611392605770821583281602313540767104622218840531412047272348323116466189132132314542079626967192155939298340170675960484343482356334590
diff --git a/hello-world/p/Pony.pony b/hello-world/p/Pony.pony
new file mode 100644
index 000000000..8ec0000ad
--- /dev/null
+++ b/hello-world/p/Pony.pony
@@ -0,0 +1,3 @@
+actor Main
+ new create(env: Env) =>
+ env.out.print("Hello World")
diff --git a/hello-world/p/Portugol.por b/hello-world/p/Portugol.por
new file mode 100644
index 000000000..379078bfd
--- /dev/null
+++ b/hello-world/p/Portugol.por
@@ -0,0 +1,7 @@
+algoritmo "Hello World"
+
+var
+
+inicio
+escreva ("Hello World")
+fimalgoritmo
diff --git a/hello-world/p/PosXML.posxml b/hello-world/p/PosXML.posxml
new file mode 100644
index 000000000..cdca0e2d0
--- /dev/null
+++ b/hello-world/p/PosXML.posxml
@@ -0,0 +1 @@
+
diff --git a/hello-world/p/PostCSS.pcss b/hello-world/p/PostCSS.pcss
new file mode 100644
index 000000000..acf0ba8b4
--- /dev/null
+++ b/hello-world/p/PostCSS.pcss
@@ -0,0 +1,3 @@
+body::before {
+ content: "Hello World";
+}
\ No newline at end of file
diff --git a/hello-world/p/PostScript Page.ps b/hello-world/p/PostScript Page.ps
new file mode 100644
index 000000000..4e312e8f2
--- /dev/null
+++ b/hello-world/p/PostScript Page.ps
@@ -0,0 +1,11 @@
+% run> gs -q postscript_page.ps
+/pt {72 div} def
+/y 9 def
+/textdraw {/Courier findfont 12 pt scalefont setfont 8 pt y moveto show} def
+
+72 72 scale
+0 0 0 setrgbcolor
+
+(Hello World) textdraw
+showpage
+quit
\ No newline at end of file
diff --git a/hello-world/p/PostScript.ps b/hello-world/p/PostScript.ps
new file mode 100644
index 000000000..531bf3bf1
--- /dev/null
+++ b/hello-world/p/PostScript.ps
@@ -0,0 +1,2 @@
+% run> gs -q -sDEVICE=nullpage postscript.ps
+(Hello World\n) print quit
\ No newline at end of file
diff --git a/hello-world/p/Postgre SQL.sql b/hello-world/p/Postgre SQL.sql
new file mode 100644
index 000000000..e585573d0
--- /dev/null
+++ b/hello-world/p/Postgre SQL.sql
@@ -0,0 +1 @@
+SELECT 'Hello World' AS hello_message;
diff --git a/hello-world/p/Potaka.ptk b/hello-world/p/Potaka.ptk
new file mode 100644
index 000000000..fc27c3bd4
--- /dev/null
+++ b/hello-world/p/Potaka.ptk
@@ -0,0 +1 @@
+দেখাও("Hello World");
\ No newline at end of file
diff --git a/hello-world/p/Potigol.poti b/hello-world/p/Potigol.poti
new file mode 100644
index 000000000..9ceaccbc3
--- /dev/null
+++ b/hello-world/p/Potigol.poti
@@ -0,0 +1 @@
+escreva "Hello World"
diff --git a/hello-world/p/PowerShell.ps1 b/hello-world/p/PowerShell.ps1
new file mode 100644
index 000000000..90c127bfc
--- /dev/null
+++ b/hello-world/p/PowerShell.ps1
@@ -0,0 +1 @@
+Write-Host 'Hello World'
diff --git a/hello-world/p/Processing.pde b/hello-world/p/Processing.pde
new file mode 100644
index 000000000..dde0ceeb9
--- /dev/null
+++ b/hello-world/p/Processing.pde
@@ -0,0 +1,5 @@
+size(128, 128);
+background(0);
+textAlign(CENTER, CENTER);
+fill(255);
+text("Hello World", width / 2, height / 2);
diff --git a/hello-world/p/Profan b/hello-world/p/Profan
new file mode 100644
index 000000000..ce438bd29
--- /dev/null
+++ b/hello-world/p/Profan
@@ -0,0 +1 @@
+print "Hello World"
diff --git a/hello-world/p/Prolog.pro b/hello-world/p/Prolog.pro
new file mode 100644
index 000000000..473a6b14e
--- /dev/null
+++ b/hello-world/p/Prolog.pro
@@ -0,0 +1,4 @@
+helloWorld :-
+ write('Hello World').
+
+:- helloWorld.
diff --git a/hello-world/p/Promela.pml b/hello-world/p/Promela.pml
new file mode 100644
index 000000000..4dc3a9b8b
--- /dev/null
+++ b/hello-world/p/Promela.pml
@@ -0,0 +1,3 @@
+active proctype main(){
+ printf("Hello World")
+}
diff --git a/hello-world/p/ProvideX.vim b/hello-world/p/ProvideX.vim
new file mode 100644
index 000000000..76985dad9
--- /dev/null
+++ b/hello-world/p/ProvideX.vim
@@ -0,0 +1,3 @@
+begin
+ print "Hello World"
+end
diff --git a/hello-world/p/Pug.pug b/hello-world/p/Pug.pug
new file mode 100644
index 000000000..0c3bf1e27
--- /dev/null
+++ b/hello-world/p/Pug.pug
@@ -0,0 +1,6 @@
+doctype html
+html
+ head
+ title Hello World
+ body
+ h1 Hello World
\ No newline at end of file
diff --git a/hello-world/p/Pure Data.pd b/hello-world/p/Pure Data.pd
new file mode 100644
index 000000000..0a571e99d
--- /dev/null
+++ b/hello-world/p/Pure Data.pd
@@ -0,0 +1,4 @@
+#N canvas 1029 457 450 300 10;
+#X obj 127 132 print;
+#X msg 127 86 Hello World;
+#X connect 1 0 0 0;
diff --git a/hello-world/p/PureBasic.pb b/hello-world/p/PureBasic.pb
new file mode 100644
index 000000000..0458c954f
--- /dev/null
+++ b/hello-world/p/PureBasic.pb
@@ -0,0 +1,3 @@
+If OpenConsole()
+ PrintN("Hello World")
+EndIf
diff --git a/hello-world/p/PureScript.purs b/hello-world/p/PureScript.purs
new file mode 100644
index 000000000..2124b8260
--- /dev/null
+++ b/hello-world/p/PureScript.purs
@@ -0,0 +1,5 @@
+module Main where
+
+import Debug.Trace
+
+main = trace "Hello World"
diff --git a/hello-world/p/Pyret.arr b/hello-world/p/Pyret.arr
new file mode 100644
index 000000000..df1dc6821
--- /dev/null
+++ b/hello-world/p/Pyret.arr
@@ -0,0 +1 @@
+print('Hello World')
diff --git a/hello-world/p/Python 2.py b/hello-world/p/Python 2.py
new file mode 100644
index 000000000..b2dc5fcf8
--- /dev/null
+++ b/hello-world/p/Python 2.py
@@ -0,0 +1,2 @@
+#!/usr/bin/env python
+print "Hello World"
diff --git a/hello-world/p/Python 3.py b/hello-world/p/Python 3.py
new file mode 100644
index 000000000..a69f379cb
--- /dev/null
+++ b/hello-world/p/Python 3.py
@@ -0,0 +1,2 @@
+#!/usr/bin/env python3
+print("Hello World")
diff --git a/hello-world/q/Q.q b/hello-world/q/Q.q
new file mode 100644
index 000000000..06ae699f2
--- /dev/null
+++ b/hello-world/q/Q.q
@@ -0,0 +1 @@
+"Hello World"
diff --git a/hello-world/q/QBasic.bas b/hello-world/q/QBasic.bas
new file mode 100644
index 000000000..948ec75bc
--- /dev/null
+++ b/hello-world/q/QBasic.bas
@@ -0,0 +1,2 @@
+
+PRINT "Hello World"
diff --git a/hello-world/q/QCL.qcl b/hello-world/q/QCL.qcl
new file mode 100644
index 000000000..cc0dec760
--- /dev/null
+++ b/hello-world/q/QCL.qcl
@@ -0,0 +1 @@
+print "Hello World";
diff --git a/hello-world/q/QSharp.qs b/hello-world/q/QSharp.qs
new file mode 100644
index 000000000..3a77f226e
--- /dev/null
+++ b/hello-world/q/QSharp.qs
@@ -0,0 +1,9 @@
+namespace Quantum.HelloWorld {
+ open Microsoft.Quantum.Canon;
+ open Microsoft.Quantum.Intrinsic;
+
+
+ operation HelloWorld() : Unit {
+ Message("Hello World");
+ }
+}
diff --git a/hello-world/q/QU.qu b/hello-world/q/QU.qu
new file mode 100644
index 000000000..4edeacb38
--- /dev/null
+++ b/hello-world/q/QU.qu
@@ -0,0 +1,2 @@
+'Hello World'
+test
diff --git a/hello-world/q/QWERTY.qwerty b/hello-world/q/QWERTY.qwerty
new file mode 100644
index 000000000..057a290bf
--- /dev/null
+++ b/hello-world/q/QWERTY.qwerty
@@ -0,0 +1,6 @@
+begin
+ ?hello = "Hello World"
+ if 1 == 1 then
+ output ?hello
+ fi
+end
diff --git a/hello-world/q/Qore.q b/hello-world/q/Qore.q
new file mode 100644
index 000000000..b52899fa0
--- /dev/null
+++ b/hello-world/q/Qore.q
@@ -0,0 +1,13 @@
+#!/usr/bin/env qore
+%exec-class HelloWorld
+class HelloWorld
+{
+ constructor()
+ {
+ background $.say("Hello World");
+ }
+ private say($arg)
+ {
+ printf("%s\n", $arg);
+ }
+}
diff --git a/hello-world/q/QuakeC.qc b/hello-world/q/QuakeC.qc
new file mode 100644
index 000000000..bb3e43a26
--- /dev/null
+++ b/hello-world/q/QuakeC.qc
@@ -0,0 +1 @@
+bprint("Hello World\n");
\ No newline at end of file
diff --git a/hello-world/q/QuartzComposer.qtz b/hello-world/q/QuartzComposer.qtz
new file mode 100644
index 000000000..63e44e2fb
--- /dev/null
+++ b/hello-world/q/QuartzComposer.qtz
@@ -0,0 +1,233 @@
+
+
+
+
+ editorViewerWindow
+ 202 156 512 430 0 0 1280 777
+ frameworkVersion
+ 334
+ rootPatch
+
+ class
+ QCPatch
+ state
+
+ connections
+
+ connection_1
+
+ destinationNode
+ Billboard_1
+ destinationPort
+ inputImage
+ sourceNode
+ TextImage_1
+ sourcePort
+ outputImage
+
+
+ nodes
+
+
+ class
+ QCTextImage
+ key
+ TextImage_1
+ state
+
+ customInputPortStates
+
+ inputGlyphSize
+
+ value
+ 1.0
+
+ inputHeight
+
+ value
+ 0.0
+
+ inputKerning
+
+ value
+ 0.0
+
+ inputLeading
+
+ value
+ 0.0
+
+ inputWidth
+
+ value
+ 0.0
+
+
+ fontName
+ LucidaGrande
+ fontSize
+ 1.0
+ horizontalAlignment
+ Centered
+ ivarInputPortStates
+
+ inputFontName
+
+ value
+ LucidaGrande
+
+ inputGlyphSize
+
+ value
+ 1.0
+
+ inputHeight
+
+ value
+ 0.0
+
+ inputKerning
+
+ value
+ 0.0
+
+ inputLeading
+
+ value
+ 0.0
+
+ inputString
+
+ value
+ Hello World
+
+ inputWidth
+
+ value
+ 0.0
+
+
+ manualLayout
+
+ userInfo
+
+ BAtzdHJlYW10eXBlZIHoA4QBQISE
+ hBNOU011dGFibGVEaWN0aW9uYXJ5
+ AISEDE5TRGljdGlvbmFyeQCEhAhO
+ U09iamVjdACFhAFpAZKEhIQITlNT
+ dHJpbmcBlYQBKwhwb3NpdGlvboaS
+ hISEB05TVmFsdWUAlYQBKoSEDHtD
+ R1BvaW50PWRkfZuBHwKBuQCGhg==
+
+ version
+ 2
+ verticalAlignment
+ Centered
+
+
+
+ class
+ QCBillboard
+ key
+ Billboard_1
+ state
+
+ CIRendering
+
+ customInputPortStates
+
+ inputScale
+
+ value
+ 1.0
+
+
+ ivarInputPortStates
+
+ inputBlending
+
+ value
+ 1
+
+ inputColor
+
+ value
+
+ alpha
+ 1.0
+ blue
+ 0.0
+ green
+ 0.0
+ red
+ 0.0
+
+
+ inputPixelAligned
+
+ value
+ 0.0
+
+ inputRotation
+
+ value
+ 0.0
+
+ inputScale
+
+ value
+ 1.0
+
+ inputX
+
+ value
+ 0.0
+
+ inputY
+
+ value
+ 0.0
+
+
+ optimizedRendering
+
+ pixelAligned
+ 0.0
+ sizeMode
+ autoHeight
+ systemInputPortStates
+
+ _enable
+
+ value
+
+
+
+ userInfo
+
+ BAtzdHJlYW10eXBlZIHoA4QBQISE
+ hBNOU011dGFibGVEaWN0aW9uYXJ5
+ AISEDE5TRGljdGlvbmFyeQCEhAhO
+ U09iamVjdACFhAFpAZKEhIQITlNT
+ dHJpbmcBlYQBKwhwb3NpdGlvboaS
+ hISEB05TVmFsdWUAlYQBKoSEDHtD
+ R1BvaW50PWRkfZuB+gKBuQCGhg==
+
+ version
+ 4
+
+
+
+ userInfo
+
+ BAtzdHJlYW10eXBlZIHoA4QBQISEhBNOU011dGFibGVEaWN0aW9u
+ YXJ5AISEDE5TRGljdGlvbmFyeQCEhAhOU09iamVjdACFhAFpA5KE
+ hIQITlNTdHJpbmcBlYQBKwp6b29tRmFjdG9yhpKEhIQITlNOdW1i
+ ZXIAhIQHTlNWYWx1ZQCVhAEqhIQBZpwBhpKEl5gJc2Nyb2xsaW5n
+ hpKEmpuEhAx7Q0dQb2ludD1kZH2dgwAAAAAATIBAgUYBhpKEl5gI
+ cG9zaXRpb26GkoSam56dAAWGhg==
+
+
+
+
+
diff --git a/hello-world/q/Qugord.qugord b/hello-world/q/Qugord.qugord
new file mode 100644
index 000000000..1cf601f0b
--- /dev/null
+++ b/hello-world/q/Qugord.qugord
@@ -0,0 +1,2 @@
+~group hello from %2 to %14 also affect hello into "Hello World" also each hello into 0 task give 0 to 1 also at 1 join 1 and %1
+~publish also split hello
diff --git a/hello-world/q/Quorum.quorum b/hello-world/q/Quorum.quorum
new file mode 100644
index 000000000..e837e493b
--- /dev/null
+++ b/hello-world/q/Quorum.quorum
@@ -0,0 +1 @@
+output "Hello World"
diff --git a/hello-world/r/R.R b/hello-world/r/R.R
new file mode 100644
index 000000000..918d5c967
--- /dev/null
+++ b/hello-world/r/R.R
@@ -0,0 +1 @@
+cat("Hello World\n")
diff --git a/hello-world/r/RPG IV.rpgle b/hello-world/r/RPG IV.rpgle
new file mode 100644
index 000000000..057f88bea
--- /dev/null
+++ b/hello-world/r/RPG IV.rpgle
@@ -0,0 +1,4 @@
+/free
+ dsply 'Hello World';
+ return;
+/end-free
diff --git a/hello-world/r/RPG.rpgle b/hello-world/r/RPG.rpgle
new file mode 100644
index 000000000..da046a06f
--- /dev/null
+++ b/hello-world/r/RPG.rpgle
@@ -0,0 +1,3 @@
+**free
+dsply 'Hello World';
+return;
diff --git a/hello-world/r/RTL2.rtl2 b/hello-world/r/RTL2.rtl2
new file mode 100644
index 000000000..e42574f5f
--- /dev/null
+++ b/hello-world/r/RTL2.rtl2
@@ -0,0 +1,12 @@
+TITLE Hello World;
+
+LET NL=10;
+
+EXT PROC(REF ARRAY BYTE) TWRT;
+
+ENT PROC INT RRJOB();
+
+ TWRT("Hello World#NL#");
+ RETURN(1);
+
+ENDPROC;
diff --git a/hello-world/r/Racket.rkt b/hello-world/r/Racket.rkt
new file mode 100644
index 000000000..aebb04865
--- /dev/null
+++ b/hello-world/r/Racket.rkt
@@ -0,0 +1,2 @@
+#lang racket
+"Hello World"
diff --git a/hello-world/r/Radixal.radixal b/hello-world/r/Radixal.radixal
new file mode 100644
index 000000000..bd57558b5
--- /dev/null
+++ b/hello-world/r/Radixal.radixal
@@ -0,0 +1,2 @@
+1 3 2 44 15 27 15 4 2 34 15 34 15 4 4 121 15 4 2 8 15
+4 4 45 15 121 15 3 4 56 15 1102 15 46 15 3 2 15 15 3 4 5 15
diff --git a/hello-world/r/RatFor.ratfor b/hello-world/r/RatFor.ratfor
new file mode 100644
index 000000000..74a4ad91c
--- /dev/null
+++ b/hello-world/r/RatFor.ratfor
@@ -0,0 +1,2 @@
+print *, 'Hello World'
+end
\ No newline at end of file
diff --git a/hello-world/r/React.js b/hello-world/r/React.js
new file mode 100644
index 000000000..a464ae857
--- /dev/null
+++ b/hello-world/r/React.js
@@ -0,0 +1,5 @@
+function Hello() {
+ return
Hello World
;
+}
+
+React.render(, document.body);
diff --git a/hello-world/r/React360.js b/hello-world/r/React360.js
new file mode 100644
index 000000000..3d5be7d09
--- /dev/null
+++ b/hello-world/r/React360.js
@@ -0,0 +1,36 @@
+import React from "react";
+import { AppRegistry, Text, View, StyleSheet } from "react-360";
+
+export default class hello_world extends React.Component {
+ render() {
+ return (
+
+
+ Hello World
+
+
+ );
+ }
+}
+
+const styles = StyleSheet.create({
+ panel: {
+ // Fill the entire surface
+ width: 1000,
+ height: 600,
+ backgroundColor: "rgba(255, 255, 255, 0.4)",
+ justifyContent: "center",
+ alignItems: "center",
+ },
+ greetingBox: {
+ padding: 20,
+ backgroundColor: "#000000",
+ borderColor: "#639dda",
+ borderWidth: 2,
+ },
+ greeting: {
+ fontSize: 30,
+ },
+});
+
+AppRegistry.registerComponent("hello_world", () => hello_world);
diff --git a/hello-world/r/Readlink.readlink b/hello-world/r/Readlink.readlink
new file mode 100644
index 000000000..557db03de
--- /dev/null
+++ b/hello-world/r/Readlink.readlink
@@ -0,0 +1 @@
+Hello World
diff --git a/hello-world/r/RealBasic.realbasic b/hello-world/r/RealBasic.realbasic
new file mode 100644
index 000000000..0342027fe
--- /dev/null
+++ b/hello-world/r/RealBasic.realbasic
@@ -0,0 +1,4 @@
+Function Run(args() as String) As Integer
+ Print "Hello World"
+ Quit
+End Function
diff --git a/hello-world/r/Reason.re b/hello-world/r/Reason.re
new file mode 100644
index 000000000..33e25cda9
--- /dev/null
+++ b/hello-world/r/Reason.re
@@ -0,0 +1 @@
+print_string "Hello World"
diff --git a/hello-world/r/Rebol.r b/hello-world/r/Rebol.r
new file mode 100644
index 000000000..ce438bd29
--- /dev/null
+++ b/hello-world/r/Rebol.r
@@ -0,0 +1 @@
+print "Hello World"
diff --git a/hello-world/r/Rebol.reb b/hello-world/r/Rebol.reb
new file mode 100644
index 000000000..ce438bd29
--- /dev/null
+++ b/hello-world/r/Rebol.reb
@@ -0,0 +1 @@
+print "Hello World"
diff --git a/hello-world/r/Recurse.recurse b/hello-world/r/Recurse.recurse
new file mode 100644
index 000000000..40ff9d818
--- /dev/null
+++ b/hello-world/r/Recurse.recurse
@@ -0,0 +1,30 @@
+ Main function
+$###########v######################################
+>..9n_3n{5Av# 'H' = 9*8 # 'w' = (2*8-1)*8-1 #
+#vA3_[_A7_A<# 'e' = 'H'+3*8+5 # 'o' = 'W'-8 #
+#>_[5n{4A_[v# 'l' = 'e'+7 # 'r' = 'o'+3 #
+#vS1{n2[_n4<# 'l' # 'l' = 'r'-6 #
+#>n{1S_8S_3v# 'o' = 'l'+3 # 'd' = 'l'-8 #
+#v[_S8_S6_A<# ',' = 5*8+ 4 # '!' = 4*8+1 #
+#>4n{1A_[..!# ' ' = 4*8 # <
+$###########^######################################
+
+ Multiply by 8 (Bidirectional)
+n####v#####
+>{8}m#m}8{<
+n####^#####
+
+ Push on left stack and print (Bidirectional)
+_##v###
+>{!#!{<
+_##^###
+
+ Add (Bidirectional)
+A##v###
+>}a#a}<
+A##^###
+
+ Subtract (Bidirectional)
+S##v###
+>}s#s}<
+S##^###
diff --git a/hello-world/r/Red.red b/hello-world/r/Red.red
new file mode 100644
index 000000000..9d1d674d3
--- /dev/null
+++ b/hello-world/r/Red.red
@@ -0,0 +1,2 @@
+Red [Needs: 'View]
+view [text "Hello World"]
\ No newline at end of file
diff --git a/hello-world/r/Redis b/hello-world/r/Redis
new file mode 100644
index 000000000..17ca23351
--- /dev/null
+++ b/hello-world/r/Redis
@@ -0,0 +1 @@
+set Hello World
\ No newline at end of file
diff --git a/hello-world/r/Refal.ref b/hello-world/r/Refal.ref
new file mode 100644
index 000000000..a88d85457
--- /dev/null
+++ b/hello-world/r/Refal.ref
@@ -0,0 +1,4 @@
+$ENTRY Go { = ;}
+Hello {
+ = ;
+}
\ No newline at end of file
diff --git a/hello-world/r/Retro.retro b/hello-world/r/Retro.retro
new file mode 100644
index 000000000..9a97f57fb
--- /dev/null
+++ b/hello-world/r/Retro.retro
@@ -0,0 +1 @@
+"Hello World" puts
diff --git a/hello-world/r/Rexx.rexx b/hello-world/r/Rexx.rexx
new file mode 100644
index 000000000..4beb0d765
--- /dev/null
+++ b/hello-world/r/Rexx.rexx
@@ -0,0 +1,2 @@
+<>=
+Say "Hello World"
diff --git a/hello-world/r/Ricktea.tea b/hello-world/r/Ricktea.tea
new file mode 100644
index 000000000..1dc961e46
--- /dev/null
+++ b/hello-world/r/Ricktea.tea
@@ -0,0 +1 @@
+Print("Hello World");
\ No newline at end of file
diff --git a/hello-world/r/Ride.ride b/hello-world/r/Ride.ride
new file mode 100644
index 000000000..42d81f9f1
--- /dev/null
+++ b/hello-world/r/Ride.ride
@@ -0,0 +1 @@
+throw("Hello World")
diff --git a/hello-world/r/Ring.ring b/hello-world/r/Ring.ring
new file mode 100644
index 000000000..b9ba68d9d
--- /dev/null
+++ b/hello-world/r/Ring.ring
@@ -0,0 +1 @@
+see "Hello World"
\ No newline at end of file
diff --git a/hello-world/r/RiveScript.rive b/hello-world/r/RiveScript.rive
new file mode 100644
index 000000000..1e02ae34d
--- /dev/null
+++ b/hello-world/r/RiveScript.rive
@@ -0,0 +1,2 @@
++ *
+- Hello World
diff --git a/hello-world/r/Rockstar.rock b/hello-world/r/Rockstar.rock
new file mode 100644
index 000000000..0de0b2148
--- /dev/null
+++ b/hello-world/r/Rockstar.rock
@@ -0,0 +1 @@
+Scream "Hello World"
diff --git a/hello-world/r/Roco.roco b/hello-world/r/Roco.roco
new file mode 100644
index 000000000..da73355b0
--- /dev/null
+++ b/hello-world/r/Roco.roco
@@ -0,0 +1,14 @@
+cout 72
+cout 101
+cout 108
+cout 108
+cout 111
+cout 44
+cout 32
+cout 87
+cout 111
+cout 114
+cout 108
+cout 100
+cout 33
+ac
diff --git a/hello-world/r/Roy.roy b/hello-world/r/Roy.roy
new file mode 100644
index 000000000..89ce6323f
--- /dev/null
+++ b/hello-world/r/Roy.roy
@@ -0,0 +1 @@
+console.log "Hello World"
diff --git a/hello-world/r/Ruby.rb b/hello-world/r/Ruby.rb
new file mode 100644
index 000000000..cf24b1d31
--- /dev/null
+++ b/hello-world/r/Ruby.rb
@@ -0,0 +1,2 @@
+#!/usr/bin/env ruby
+puts "Hello World"
diff --git a/hello-world/r/Ruota.ruo b/hello-world/r/Ruota.ruo
new file mode 100644
index 000000000..dfeef6bfd
--- /dev/null
+++ b/hello-world/r/Ruota.ruo
@@ -0,0 +1 @@
+printl("Hello World")
\ No newline at end of file
diff --git a/hello-world/r/Rust.rs b/hello-world/r/Rust.rs
new file mode 100644
index 000000000..f6320bcb0
--- /dev/null
+++ b/hello-world/r/Rust.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello World");
+}
diff --git a/hello-world/r/reStructuredText.rst b/hello-world/r/reStructuredText.rst
new file mode 100644
index 000000000..acc365770
--- /dev/null
+++ b/hello-world/r/reStructuredText.rst
@@ -0,0 +1,4 @@
+============
+Hello World
+============
+
diff --git a/hello-world/s/S Algol b/hello-world/s/S Algol
new file mode 100644
index 000000000..52b5640d1
--- /dev/null
+++ b/hello-world/s/S Algol
@@ -0,0 +1,2 @@
+write "Hello World"
+?
diff --git a/hello-world/s/SCHWift.y b/hello-world/s/SCHWift.y
new file mode 100644
index 000000000..b863b0d1d
--- /dev/null
+++ b/hello-world/s/SCHWift.y
@@ -0,0 +1 @@
+show me what you got "Hello World"
diff --git a/hello-world/s/SCILab.scilab b/hello-world/s/SCILab.scilab
new file mode 100644
index 000000000..c29ea0717
--- /dev/null
+++ b/hello-world/s/SCILab.scilab
@@ -0,0 +1 @@
+disp("Hello World")
diff --git a/hello-world/s/SIL.SIL b/hello-world/s/SIL.SIL
new file mode 100644
index 000000000..4ec884169
--- /dev/null
+++ b/hello-world/s/SIL.SIL
@@ -0,0 +1 @@
+print Hello World
diff --git a/hello-world/s/SML.sml b/hello-world/s/SML.sml
new file mode 100644
index 000000000..da0f5a541
--- /dev/null
+++ b/hello-world/s/SML.sml
@@ -0,0 +1 @@
+val () = print "Hello World\n"
diff --git a/hello-world/s/SPSS.spss b/hello-world/s/SPSS.spss
new file mode 100644
index 000000000..da2b9a65b
--- /dev/null
+++ b/hello-world/s/SPSS.spss
@@ -0,0 +1,3 @@
+BEGIN PROGRAM.
+print "Hello World"
+END PROGRAM.
\ No newline at end of file
diff --git a/hello-world/s/SQL.sql b/hello-world/s/SQL.sql
new file mode 100644
index 000000000..1922d8b41
--- /dev/null
+++ b/hello-world/s/SQL.sql
@@ -0,0 +1 @@
+SELECT 'Hello World';
diff --git a/hello-world/s/SVG.svg b/hello-world/s/SVG.svg
new file mode 100644
index 000000000..412f6e58e
--- /dev/null
+++ b/hello-world/s/SVG.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/hello-world/s/Sacred.sacred b/hello-world/s/Sacred.sacred
new file mode 100644
index 000000000..893e5dc85
--- /dev/null
+++ b/hello-world/s/Sacred.sacred
@@ -0,0 +1 @@
+)( )( (( )( (( (( () ( () ( (( () )) )( )( )( )) )( )) )( )) )( (( (( (( ) )) ) (( (( )( )( ((( (( () () () () () () ((( (( (( )( ((( ((( (( (( ((( (( () ((( )) )) ((( )) )) ((( (( (( (( ((( () () () ((( )) )) ((( )) )) )( ((( (( (( (( () (((
diff --git a/hello-world/s/Sal.s b/hello-world/s/Sal.s
new file mode 100644
index 000000000..f7a010414
--- /dev/null
+++ b/hello-world/s/Sal.s
@@ -0,0 +1,5 @@
+proc main()
+ loop
+ WriteLine("Hello World")
+ endloop
+end
diff --git a/hello-world/s/Sas.sas b/hello-world/s/Sas.sas
new file mode 100644
index 000000000..7ca8181db
--- /dev/null
+++ b/hello-world/s/Sas.sas
@@ -0,0 +1,5 @@
+%macro putit( string= );
+ %put &string;
+ %mend;
+
+%putit(string=Hello World)
diff --git a/hello-world/s/Sass.sass b/hello-world/s/Sass.sass
new file mode 100644
index 000000000..a9093cd9c
--- /dev/null
+++ b/hello-world/s/Sass.sass
@@ -0,0 +1,2 @@
+body::before
+ content: "Hello World"
diff --git a/hello-world/s/Sather.sa b/hello-world/s/Sather.sa
new file mode 100644
index 000000000..f2dd8fcac
--- /dev/null
+++ b/hello-world/s/Sather.sa
@@ -0,0 +1,7 @@
+class MAIN is
+ main is
+ loop
+ #OUT + "Hello World\n"
+ end
+ end
+end
diff --git a/hello-world/s/Scala.scala b/hello-world/s/Scala.scala
new file mode 100644
index 000000000..e491ec20d
--- /dev/null
+++ b/hello-world/s/Scala.scala
@@ -0,0 +1,3 @@
+object HelloWorld extends App {
+ println("Hello World")
+}
diff --git a/hello-world/s/Scheme.scm b/hello-world/s/Scheme.scm
new file mode 100644
index 000000000..9ea18e99f
--- /dev/null
+++ b/hello-world/s/Scheme.scm
@@ -0,0 +1 @@
+(display "Hello World") (newline)
diff --git a/hello-world/s/Scss.scss b/hello-world/s/Scss.scss
new file mode 100644
index 000000000..3038d2eaf
--- /dev/null
+++ b/hello-world/s/Scss.scss
@@ -0,0 +1,3 @@
+body::before {
+ content: "Hello World";
+}
diff --git a/hello-world/s/Sed.sed b/hello-world/s/Sed.sed
new file mode 100644
index 000000000..964de8d41
--- /dev/null
+++ b/hello-world/s/Sed.sed
@@ -0,0 +1,4 @@
+#!/usr/bin/sed -f sed.sed
+c\
+Hello World
+q
diff --git a/hello-world/s/Seed b/hello-world/s/Seed
new file mode 100644
index 000000000..dac249853
--- /dev/null
+++ b/hello-world/s/Seed
@@ -0,0 +1 @@
+20 77698190481213510983405846204529755428212736563278528088055816123655499433757607718113585773285686740433752335768949721107461077652705328567448384490378909463204984642622585570301449419608763821501335954761638946551568252142160714228369356054944595121742743720935369219143086698092657062614382519069928478344861416117079283276656675368390764675728501797178208908097054412833019383889935034413095990596139618411133857423995278221670378808372393943846302426674985203826030563290800228881174929701934609803807325868775242909948272754141956168876233403760199007405891058308908050926690654387065882097924294620229833663324754801060691573338185912369627367088050915813931912943122729210762147280440619571047157836177316082899933374851699282897590433145623725705072835054748369992455883804733164985993447304652512229557984322495162682327137071900307763332392727562988633724175094951314863886096190608268953115914497741446723188169519334729165647294618083444761551231012944903572063441813639201051793052623561949314826491616145873848990439549320951496534538450810083853945092224500179417650727351532486362656533602860500906935826231374501097567347929533018944533000919137863885267937690665655625569011036163950983389810112758403211861147501289650757555111271813737813381172074709337306647481507917983021055643749698971365256395367215437223669891280521155247529741719633106765965869860677198632388808752014013939448563313855130972968670015202479226496876067874099463222366536167126653600056389712632892652810365218798697007191747287017174284819764736012653205048166550645507761123345279502597627995423826537299795220169894222867163817508592362092945387317777666016102146798532337718546431888424995701016828542559577710937459975677354300708252448630110787487122698124054544454425586794841157136743408274159313823745226919626156949004386804874236325506583268311452185182143521552429596087556634158778951670223004413763782647825362665491934988477225698133609360969370513836064317152213804169538880632390908441210809806024082600637872813704781431414342781727628446451808751293046212690472851527294326981763969926510021099532791692362104324026231160941956411410511639925420026544463125250979130259151326444714248961523031316570018708849878676230362246913063109584502143502908906243190007062857721367402065760878808920961082444422470813023453274563914735545463757909757689866565064353853099958949763412521666109346825939993377745919874506439752272141853783745051726268592621080457687000431023453539135927140364910898906534604541224314820195082362228787083990333757268808864746297304451768935814651205074884015268982492445996542040655715230139673520569765431617018824427859214902954216246257690105154030408059145566852643855789351907818461502260430297487602982850090037405732117988720732457199005151517240766953718440639691354185802798689950155164379549518496065038927905828230066053603755553745353618846804435103593395141938947781375633374976924393453162350331593801284839409264892975739791751842620029351535320807733966984270102067017902086335370470815153908942490581427972998999752666174807935897314584088695849094389002316139005810918748032068307783088481430339303809949409414892479892121893571274086727250767713365523021125610242269894861374297866741571608166536165735922984579027986499758294460652554897534526492251140681138244025665400003029337114012766773010641359450599171473565675885966777145500248501370644599274741842644014722083732709145488157998306684831419559774212264003518406013032514468522158218837161285401631773099549510145156007147884565387852623860047153609138110997222297132678660783411624002400927435687937355446057878202312894093195453248164648271580944753933355967626542678764854079218206499479071658357103085513937246462858404881973219571392564909528645166637501279457604649906515968389831094896970731573714836150178126997674563415266672131632765794599548356902607125568792417432226125654028873443580337866760487651905138461301986816386866811155111486155341154153322710638921116465132825486519667178335471102213200521032618562169530188826434060179505699797068436325168526618824444305122475837890944742004331675952611756641739756206337285946
diff --git a/hello-world/s/Seed7.s7 b/hello-world/s/Seed7.s7
new file mode 100644
index 000000000..25650e54e
--- /dev/null
+++ b/hello-world/s/Seed7.s7
@@ -0,0 +1,6 @@
+$ include "seed7_05.s7i";
+
+const proc: main is func
+ begin
+ writeln("Hello World");
+ end func;
diff --git a/hello-world/s/Self.self b/hello-world/s/Self.self
new file mode 100644
index 000000000..c429a1455
--- /dev/null
+++ b/hello-world/s/Self.self
@@ -0,0 +1 @@
+'Hello World' printLine
\ No newline at end of file
diff --git a/hello-world/s/Semicolon b/hello-world/s/Semicolon
new file mode 100644
index 000000000..5f9e392ac
--- /dev/null
+++ b/hello-world/s/Semicolon
@@ -0,0 +1,13 @@
+;;;;⁏;;⁏;;;
+⁏ ;;;;;;⁏⁏;;⁏;⁏
+⁏ ;;;;;;⁏⁏;⁏⁏;;
+;;⁏⁏ ;;⁏ ;;;;;;⁏⁏;⁏⁏⁏⁏
+⁏ ;;;;;;⁏;;;;;
+⁏ ;;;;;;⁏⁏⁏;⁏⁏⁏
+⁏ ;;;;;;⁏⁏;⁏⁏⁏⁏
+;;⁏⁏ ;;;;;;⁏⁏
+⁏;;⁏ ;;;;;;⁏⁏;⁏⁏;;
+⁏ ;;;;;;⁏⁏;;⁏;;
+⁏ ;;;;;;⁏;;;;⁏
+⁏ ;;;;;;;⁏;⁏;
+⁏ ;; ;
\ No newline at end of file
diff --git a/hello-world/s/SendStuff.ss b/hello-world/s/SendStuff.ss
new file mode 100644
index 000000000..d53f09aeb
--- /dev/null
+++ b/hello-world/s/SendStuff.ss
@@ -0,0 +1,13 @@
+>(Add 72 >(Output)
+>(Add 29 >(Output)
+>(Add 7 >(Output)
+ >(Output)
+>(Add 3 >(Output)
+>(Subtract 67 >(Output)
+>(Subtract 12 >(Output)
+>(Add 55 >(Output)
+>(Add 24 >(Output)
+>(Add 3 >(Output)
+>(Subtract 6 >(Output)
+>(Subtract 8 >(Output)
+>(Subtract 67 >(Output)
diff --git a/hello-world/s/Setanta.set b/hello-world/s/Setanta.set
new file mode 100644
index 000000000..ada7704f0
--- /dev/null
+++ b/hello-world/s/Setanta.set
@@ -0,0 +1 @@
+scríobh("Hello World")
diff --git a/hello-world/s/Shakespeare.spl b/hello-world/s/Shakespeare.spl
new file mode 100644
index 000000000..cd55cbb74
--- /dev/null
+++ b/hello-world/s/Shakespeare.spl
@@ -0,0 +1,89 @@
+The Infamous Hello World Program.
+
+Romeo, a young man with a remarkable patience.
+Juliet, a likewise young woman of remarkable grace.
+Ophelia, a remarkable woman much in dispute with Hamlet.
+Hamlet, the flatterer of Andersen Insulting A/S.
+
+
+ Act I: Hamlet's insults and flattery.
+
+ Scene I: The insulting of Romeo.
+
+[Enter Hamlet and Romeo]
+
+Hamlet:
+ You lying stupid fatherless big smelly half-witted coward!
+ You are as stupid as the difference between a handsome rich brave
+ hero and thyself! Speak your mind!
+
+ You are as brave as the sum of your fat little stuffed misused dusty
+ old rotten codpiece and a beautiful fair warm peaceful sunny summer's
+ day. You are as healthy as the difference between the sum of the
+ sweetest reddest rose and my father and yourself! Speak your mind!
+
+ You are as cowardly as the sum of yourself and the difference
+ between a big mighty proud kingdom and a horse. Speak your mind.
+
+ Speak your mind!
+
+[Exit Romeo]
+
+ Scene II: The praising of Juliet.
+
+[Enter Juliet]
+
+Hamlet:
+ Thou art as sweet as the sum of the sum of Romeo and his horse and his
+ black cat! Speak thy mind!
+
+[Exit Juliet]
+
+ Scene III: The praising of Ophelia.
+
+[Enter Ophelia]
+
+Hamlet:
+ Thou art as lovely as the product of a large rural town and my amazing
+ bottomless embroidered purse. Speak thy mind!
+
+ Thou art as loving as the product of the bluest clearest sweetest sky
+ and the sum of a squirrel and a white horse. Thou art as beautiful as
+ the difference between Juliet and thyself. Speak thy mind!
+
+[Exeunt Ophelia and Hamlet]
+
+
+ Act II: Behind Hamlet's back.
+
+ Scene I: Romeo and Juliet's conversation.
+
+[Enter Romeo and Juliet]
+
+Romeo:
+ Speak your mind. You are as worried as the sum of yourself and the
+ difference between my small smooth hamster and my nose. Speak your
+ mind!
+
+Juliet:
+ Speak YOUR mind! You are as bad as Hamlet! You are as small as the
+ difference between the square of the difference between my little pony
+ and your big hairy hound and the cube of your sorry little
+ codpiece. Speak your mind!
+
+[Exit Romeo]
+
+ Scene II: Juliet and Ophelia's conversation.
+
+[Enter Ophelia]
+
+Juliet:
+ Thou art as good as the quotient between Romeo and the sum of a small
+ furry animal and a leech. Speak your mind!
+
+Ophelia:
+ Thou art as disgusting as the quotient between Romeo and twice the
+ difference between a mistletoe and an oozing infected blister! Speak
+ your mind!
+
+[Exeunt]
diff --git a/hello-world/s/Shell.sh b/hello-world/s/Shell.sh
new file mode 100644
index 000000000..94e0f20e6
--- /dev/null
+++ b/hello-world/s/Shell.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+echo "Hello World"
diff --git a/hello-world/s/Shen.shen b/hello-world/s/Shen.shen
new file mode 100644
index 000000000..f77bc782b
--- /dev/null
+++ b/hello-world/s/Shen.shen
@@ -0,0 +1 @@
+(pr "Hello World")
diff --git a/hello-world/s/Sidekiq.sidekiq b/hello-world/s/Sidekiq.sidekiq
new file mode 100644
index 000000000..746fa5883
--- /dev/null
+++ b/hello-world/s/Sidekiq.sidekiq
@@ -0,0 +1,3 @@
+def self.❨╯°□°❩╯︵┻━┻
+ puts "Hello World"
+end
diff --git a/hello-world/s/Simpl+.usp b/hello-world/s/Simpl+.usp
new file mode 100644
index 000000000..a8e0bfacb
--- /dev/null
+++ b/hello-world/s/Simpl+.usp
@@ -0,0 +1,5 @@
+// Hello World in Crestron's SIMPL+
+Function Main
+{
+ Print("Hello World\n");
+}
diff --git a/hello-world/s/Simula.sim b/hello-world/s/Simula.sim
new file mode 100644
index 000000000..b7155122e
--- /dev/null
+++ b/hello-world/s/Simula.sim
@@ -0,0 +1,4 @@
+Begin
+ OutText ("Hello World");
+ Outimage;
+End;
\ No newline at end of file
diff --git a/hello-world/s/Skip.sk b/hello-world/s/Skip.sk
new file mode 100644
index 000000000..726751543
--- /dev/null
+++ b/hello-world/s/Skip.sk
@@ -0,0 +1,3 @@
+fun main(): void {
+ print_string("Hello World")
+}
\ No newline at end of file
diff --git a/hello-world/s/Skript.sk b/hello-world/s/Skript.sk
new file mode 100644
index 000000000..33fd9f4c0
--- /dev/null
+++ b/hello-world/s/Skript.sk
@@ -0,0 +1,2 @@
+on load:
+ broadcast "Hello World"
diff --git a/hello-world/s/Slashes.slashes b/hello-world/s/Slashes.slashes
new file mode 100644
index 000000000..557db03de
--- /dev/null
+++ b/hello-world/s/Slashes.slashes
@@ -0,0 +1 @@
+Hello World
diff --git a/hello-world/s/Slim.slim b/hello-world/s/Slim.slim
new file mode 100644
index 000000000..a0ae5f27e
--- /dev/null
+++ b/hello-world/s/Slim.slim
@@ -0,0 +1,5 @@
+doctype html
+head
+ title Hello World
+body
+ h1 Hello World
\ No newline at end of file
diff --git a/hello-world/s/Smali.smali b/hello-world/s/Smali.smali
new file mode 100644
index 000000000..30044d4c0
--- /dev/null
+++ b/hello-world/s/Smali.smali
@@ -0,0 +1,15 @@
+.class public LHelloWorld;
+
+.super Ljava/lang/Object;
+
+.method public static main([Ljava/lang/String;)V
+ .registers 2
+
+ sget-object v0, Ljava/lang/System;->out:Ljava/io/PrintStream;
+
+ const-string v1, "Hello World"
+
+ invoke-virtual {v0, v1}, Ljava/io/PrintStream;->println(Ljava/lang/String;)V
+
+ return-void
+.end method
diff --git a/hello-world/s/SmallTalk GNU.st b/hello-world/s/SmallTalk GNU.st
new file mode 100644
index 000000000..9c21a07b5
--- /dev/null
+++ b/hello-world/s/SmallTalk GNU.st
@@ -0,0 +1 @@
+'Hello World' printNl !
\ No newline at end of file
diff --git a/hello-world/s/SmallTalk.sm b/hello-world/s/SmallTalk.sm
new file mode 100644
index 000000000..5b0c76092
--- /dev/null
+++ b/hello-world/s/SmallTalk.sm
@@ -0,0 +1 @@
+Transcript show: 'Hello World'.
diff --git a/hello-world/s/Smil.smil b/hello-world/s/Smil.smil
new file mode 100644
index 000000000..02e25aa3f
--- /dev/null
+++ b/hello-world/s/Smil.smil
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/hello-world/s/Snowman.sm b/hello-world/s/Snowman.sm
new file mode 100644
index 000000000..3a381201f
--- /dev/null
+++ b/hello-world/s/Snowman.sm
@@ -0,0 +1 @@
+~"Hello World"sPvG
diff --git a/hello-world/s/Solidity.sol b/hello-world/s/Solidity.sol
new file mode 100644
index 000000000..af4f89c4e
--- /dev/null
+++ b/hello-world/s/Solidity.sol
@@ -0,0 +1,7 @@
+pragma solidity ^0.6.4;
+
+contract HelloWorld {
+ function render () public pure returns (string memory) {
+ return 'Hello World';
+ }
+}
diff --git a/hello-world/s/SoupScript.script b/hello-world/s/SoupScript.script
new file mode 100644
index 000000000..209a31ebf
--- /dev/null
+++ b/hello-world/s/SoupScript.script
@@ -0,0 +1,3 @@
+PrintLn Hello World
+
+Break
diff --git a/hello-world/s/SparQL.sparql b/hello-world/s/SparQL.sparql
new file mode 100644
index 000000000..dc6d4cfca
--- /dev/null
+++ b/hello-world/s/SparQL.sparql
@@ -0,0 +1,3 @@
+SELECT ?h WHERE {
+ VALUES ?h { "Hello World" }
+}
diff --git a/hello-world/s/Spoon.spoon b/hello-world/s/Spoon.spoon
new file mode 100644
index 000000000..6395923d3
--- /dev/null
+++ b/hello-world/s/Spoon.spoon
@@ -0,0 +1 @@
+11111111110010001011111110101111111111010111010101101101101100000110101100101001010010101111111001010001010111001010010110010100110111111111111111110010100100010101110010100000000000000000000010100000000000000000000000000010100101001010010001010
diff --git a/hello-world/s/Squirrel.nut b/hello-world/s/Squirrel.nut
new file mode 100644
index 000000000..dfe80e8de
--- /dev/null
+++ b/hello-world/s/Squirrel.nut
@@ -0,0 +1 @@
+print("Hello World");
\ No newline at end of file
diff --git a/hello-world/s/Standard ML.sml b/hello-world/s/Standard ML.sml
new file mode 100644
index 000000000..c4f181613
--- /dev/null
+++ b/hello-world/s/Standard ML.sml
@@ -0,0 +1,3 @@
+fun hello() = print("Hello World\n");
+
+hello()
diff --git a/hello-world/s/Stanza.stanza b/hello-world/s/Stanza.stanza
new file mode 100644
index 000000000..a6e6d284a
--- /dev/null
+++ b/hello-world/s/Stanza.stanza
@@ -0,0 +1,2 @@
+println("Hello World")
+
diff --git a/hello-world/s/Starlark.star b/hello-world/s/Starlark.star
new file mode 100644
index 000000000..ad35e5ae3
--- /dev/null
+++ b/hello-world/s/Starlark.star
@@ -0,0 +1 @@
+print("Hello World")
diff --git a/hello-world/s/Streem.strm b/hello-world/s/Streem.strm
new file mode 100644
index 000000000..70cff08c8
--- /dev/null
+++ b/hello-world/s/Streem.strm
@@ -0,0 +1 @@
+["Hello World"] | stdout
diff --git a/hello-world/s/Stuck.stuck b/hello-world/s/Stuck.stuck
new file mode 100644
index 000000000..06ae699f2
--- /dev/null
+++ b/hello-world/s/Stuck.stuck
@@ -0,0 +1 @@
+"Hello World"
diff --git a/hello-world/s/Stylus.styl b/hello-world/s/Stylus.styl
new file mode 100644
index 000000000..117932a80
--- /dev/null
+++ b/hello-world/s/Stylus.styl
@@ -0,0 +1,2 @@
+body::before
+ content: "Hello World"
\ No newline at end of file
diff --git a/hello-world/s/SubleQ.sq b/hello-world/s/SubleQ.sq
new file mode 100644
index 000000000..853243dd8
--- /dev/null
+++ b/hello-world/s/SubleQ.sq
@@ -0,0 +1,8 @@
+loop: hello (-1)
+ minusOne loop
+ minusOne checkEnd+1
+checkEnd: Z hello (-1)
+ Z Z loop
+
+. minusOne: -1
+. hello: "Hello World\n" Z: 0
diff --git a/hello-world/s/SuperCollider.sc b/hello-world/s/SuperCollider.sc
new file mode 100644
index 000000000..763374154
--- /dev/null
+++ b/hello-world/s/SuperCollider.sc
@@ -0,0 +1 @@
+"Hello World".postln;
diff --git a/hello-world/s/Svelte.svelte b/hello-world/s/Svelte.svelte
new file mode 100644
index 000000000..1b27cb082
--- /dev/null
+++ b/hello-world/s/Svelte.svelte
@@ -0,0 +1,5 @@
+
+
+
{ message }
\ No newline at end of file
diff --git a/hello-world/s/Swift.swift b/hello-world/s/Swift.swift
new file mode 100644
index 000000000..ad35e5ae3
--- /dev/null
+++ b/hello-world/s/Swift.swift
@@ -0,0 +1 @@
+print("Hello World")
diff --git a/hello-world/s/SystemTap.stp b/hello-world/s/SystemTap.stp
new file mode 100644
index 000000000..a9f6900e3
--- /dev/null
+++ b/hello-world/s/SystemTap.stp
@@ -0,0 +1 @@
+probe oneshot { println("Hello World") }
\ No newline at end of file
diff --git a/hello-world/t/Plain text.txt b/hello-world/t/Plain text.txt
new file mode 100644
index 000000000..557db03de
--- /dev/null
+++ b/hello-world/t/Plain text.txt
@@ -0,0 +1 @@
+Hello World
diff --git a/hello-world/t/Raffalang.bro b/hello-world/t/Raffalang.bro
new file mode 100644
index 000000000..dd745eab4
--- /dev/null
+++ b/hello-world/t/Raffalang.bro
@@ -0,0 +1 @@
+TODO MUNDO FALA DE MIM "Hello World" BRO;
diff --git a/hello-world/t/TCSH.tcsh b/hello-world/t/TCSH.tcsh
new file mode 100644
index 000000000..e49b75c0d
--- /dev/null
+++ b/hello-world/t/TCSH.tcsh
@@ -0,0 +1,2 @@
+#!/bin/tcsh
+echo "Hello World"
diff --git a/hello-world/t/THP.hrp b/hello-world/t/THP.hrp
new file mode 100644
index 000000000..412e7e4c8
--- /dev/null
+++ b/hello-world/t/THP.hrp
@@ -0,0 +1,6 @@
+; Hello World in "The Harper Programmer"
+; Compiled and tested with version 2.0 Sybex Edition
+
+Variable Msg,13,"Hello World"
+
+Write Msg
diff --git a/hello-world/t/THue.th b/hello-world/t/THue.th
new file mode 100644
index 000000000..657ed4b45
--- /dev/null
+++ b/hello-world/t/THue.th
@@ -0,0 +1,4 @@
+a::=~Hello World
+::=
+a
+
diff --git a/hello-world/t/TI Hexadecimal.hex b/hello-world/t/TI Hexadecimal.hex
new file mode 100644
index 000000000..649fde4fa
--- /dev/null
+++ b/hello-world/t/TI Hexadecimal.hex
@@ -0,0 +1,8 @@
+AsmPrgm
+EF4045
+111A1A
+ED53D786
+21A89D
+EF6145
+C9
+48656C6C6F20776F726C64202100
\ No newline at end of file
diff --git a/hello-world/t/TIBasic.ti b/hello-world/t/TIBasic.ti
new file mode 100644
index 000000000..9b716d824
--- /dev/null
+++ b/hello-world/t/TIBasic.ti
@@ -0,0 +1,3 @@
+PROGRAM:HELLOW
+:ClrHome
+:Disp "Hello World"
\ No newline at end of file
diff --git a/hello-world/t/TK.tk b/hello-world/t/TK.tk
new file mode 100644
index 000000000..3433242b8
--- /dev/null
+++ b/hello-world/t/TK.tk
@@ -0,0 +1,2 @@
+label .l -text "Hello World"
+pack .l
\ No newline at end of file
diff --git a/hello-world/t/TSQL.sql b/hello-world/t/TSQL.sql
new file mode 100644
index 000000000..41fc816fe
--- /dev/null
+++ b/hello-world/t/TSQL.sql
@@ -0,0 +1,3 @@
+DECLARE @message varchar(128)
+SELECT @message = 'Hello World'
+PRINT @message
diff --git a/hello-world/t/TTCN3.ttcn b/hello-world/t/TTCN3.ttcn
new file mode 100644
index 000000000..ede9fcd22
--- /dev/null
+++ b/hello-world/t/TTCN3.ttcn
@@ -0,0 +1,7 @@
+module HelloWorld
+{
+ control
+ {
+ log("Hello World");
+ }
+ }
diff --git a/hello-world/t/Tao Presentations.ddd b/hello-world/t/Tao Presentations.ddd
new file mode 100644
index 000000000..3772f35a3
--- /dev/null
+++ b/hello-world/t/Tao Presentations.ddd
@@ -0,0 +1,68 @@
+// ****************************************************************************
+// hello_world.ddd Tao project
+// ****************************************************************************
+//
+// File Description:
+//
+// Original hello world with Tao Presentations.
+// http://www.taodyne.com/shop/en/blog/3-getting-started-with-tao-presentations
+//
+//
+//
+// ****************************************************************************
+// (C) 1992-2010 Christophe de Dinechin
+// (C) 2010 Jérôme Forissier
+// (C) 2010 Catherine Burvelle
+// (C) 2010 Taodyne SAS
+// ****************************************************************************
+
+color "white"
+milkyway 10000
+rotatez -23
+earth 400
+hello_world 440
+
+
+milkyway R ->
+// ----------------------------------------------------------------------------
+// Draw the Milky Way
+// ----------------------------------------------------------------------------
+ locally
+ texture_wrap true, true
+ texture_transform {scale 5, 5, 5}
+ texture "milkyway.jpg"
+ rotatey 0.02 * page_time + 100
+ scale 1, -1, 1
+ sphere R
+
+
+earth R ->
+// ----------------------------------------------------------------------------
+// Draw Earth
+// ----------------------------------------------------------------------------
+ locally
+ texture "earth.bmp"
+ texture_wrap true, true
+ rotatey 5 * page_time + 250
+ sphere 0, 0, 0, R
+
+
+hello_world R ->
+// ----------------------------------------------------------------------------
+// Draw "hello world" text
+// ----------------------------------------------------------------------------
+ locally
+ frame_texture 1900, 600,
+ color 1, 1, 1, 1
+ reset_transform
+ // If font Arial Unicode installed, it will be used.
+ // Otherwise, unifont will be used (unifont is packaged
+ // with Tao presentations).
+ font "Arial Unicode MS", "unifont", 72
+ move_to -800, -9, 0
+ text "Hello World or Καλημέρα κόσμε; or こんにちは 世界"
+ rotatey -11 * page_time + 180
+ color 20% , 20% , 20% , 70%
+ sphere 0, 0, 0, R - 30
+ color 100% , 90% , 20% , 90%
+ sphere 0, 0, 0, R
diff --git a/hello-world/t/TapeBagel.tb b/hello-world/t/TapeBagel.tb
new file mode 100644
index 000000000..ecea8738d
--- /dev/null
+++ b/hello-world/t/TapeBagel.tb
@@ -0,0 +1,8 @@
+%% %++ %++ %++ %++ %++ %++ %++ %++ @* ## %++ %++ %++ %++ %++ @* ## %++
+%++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++ @* @* ## %++ %++ %++ %++
+%++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++ @* ## @* %++ %++ %++ %++
+%++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++
+%++ %++ @* ## %++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++
+%++ %++ @* ## %++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++ %++
+%++ %++ %++ %++ %++ @* ## %++ %++ %++ %++ %++ %++ %++ %++ %++ %++
+%++ %++ @* ## %++ %++ %++ %++ @* ##
diff --git a/hello-world/t/Tcl.tcl b/hello-world/t/Tcl.tcl
new file mode 100644
index 000000000..cc4f954e2
--- /dev/null
+++ b/hello-world/t/Tcl.tcl
@@ -0,0 +1 @@
+puts "Hello World"
\ No newline at end of file
diff --git a/hello-world/t/TeX.tex b/hello-world/t/TeX.tex
new file mode 100644
index 000000000..4e06613f7
--- /dev/null
+++ b/hello-world/t/TeX.tex
@@ -0,0 +1,2 @@
+Hello World
+\bye
diff --git a/hello-world/t/Telephone b/hello-world/t/Telephone
new file mode 100644
index 000000000..4710aadff
--- /dev/null
+++ b/hello-world/t/Telephone
@@ -0,0 +1,2 @@
+#How to Spell HELLO WORLD on a standard telephone keypad
+43556 96753
diff --git a/hello-world/t/Terra.t b/hello-world/t/Terra.t
new file mode 100644
index 000000000..ad35e5ae3
--- /dev/null
+++ b/hello-world/t/Terra.t
@@ -0,0 +1 @@
+print("Hello World")
diff --git a/hello-world/t/Tri.tri b/hello-world/t/Tri.tri
new file mode 100644
index 000000000..903e4df3c
--- /dev/null
+++ b/hello-world/t/Tri.tri
@@ -0,0 +1,10 @@
+inc inc psh psh psh mul sto nxt sto psh mul lst psh add
+sto prn nxt zro clr inc inc inc psh psh add inc nxt pop
+inc psh lst psh mul one psh add sto nxt sto lst lst psh
+nxt nxt nxt add sto prn zro inc inc inc psh inc psh add
+sto prn prn inc inc inc prn clr lst lst lst psh nxt psh
+sub nxt sto inc prn lst one clr inc psh psh inc psh mul
+nxt psh sub neg pop prn inc nxt psh nxt sto inc inc inc
+inc inc inc inc inc prn lst prn nxt dec dec dec dec dec
+prn dec dec dec dec dec dec prn lst dec dec dec dec dec
+dec dec dec dec dec dec prn lst prn lin
diff --git a/hello-world/t/TrollScript.troll b/hello-world/t/TrollScript.troll
new file mode 100644
index 000000000..e0c865179
--- /dev/null
+++ b/hello-world/t/TrollScript.troll
@@ -0,0 +1,2 @@
+Trooloolooloolooloolooloolooloolollooooolooloolooloolooloolooooolooloolooloolooloolooloolooloooooloolooloooooloooloolooloololllllooooloololoooooololooolooloolooloolooloololoolooolooloololooooooloololooooloololooloolooloolooloolooloolooloolooloolooloololooooolooolooloololooollollollollollolllooollollollollollollollollloooooololooooolooll.
+
diff --git a/hello-world/t/TrumpScript.py b/hello-world/t/TrumpScript.py
new file mode 100644
index 000000000..99c31aad7
--- /dev/null
+++ b/hello-world/t/TrumpScript.py
@@ -0,0 +1,2 @@
+say "Hello World"!
+America is great.
diff --git a/hello-world/t/Turing.oot b/hello-world/t/Turing.oot
new file mode 100644
index 000000000..f67b14955
--- /dev/null
+++ b/hello-world/t/Turing.oot
@@ -0,0 +1 @@
+put "Hello World"
\ No newline at end of file
diff --git a/hello-world/t/Turing.t b/hello-world/t/Turing.t
new file mode 100644
index 000000000..5db34f45e
--- /dev/null
+++ b/hello-world/t/Turing.t
@@ -0,0 +1 @@
+put "Hello World"
diff --git a/hello-world/t/TypeScript.ts b/hello-world/t/TypeScript.ts
new file mode 100644
index 000000000..accefceba
--- /dev/null
+++ b/hello-world/t/TypeScript.ts
@@ -0,0 +1 @@
+console.log("Hello World");
diff --git a/hello-world/u/Ubercode.cls b/hello-world/u/Ubercode.cls
new file mode 100644
index 000000000..03482efab
--- /dev/null
+++ b/hello-world/u/Ubercode.cls
@@ -0,0 +1,8 @@
+ Ubercode 1 class HelloWorld
+
+ public function Main()
+ code
+ call Msgbox("Hello World", "My first program", "OK")
+ end function
+
+ end class
diff --git a/hello-world/u/Ubiquity.ubiquity b/hello-world/u/Ubiquity.ubiquity
new file mode 100644
index 000000000..6aebf1e3a
--- /dev/null
+++ b/hello-world/u/Ubiquity.ubiquity
@@ -0,0 +1,3 @@
+function cmd_hello_world() {
+ displayMessage("Hello World");
+}
diff --git a/hello-world/u/Umajin.u b/hello-world/u/Umajin.u
new file mode 100644
index 000000000..39d5adee3
--- /dev/null
+++ b/hello-world/u/Umajin.u
@@ -0,0 +1,2 @@
+println 'Hello World'
+
diff --git a/hello-world/u/Unicomal.lst b/hello-world/u/Unicomal.lst
new file mode 100644
index 000000000..1705c1b5d
--- /dev/null
+++ b/hello-world/u/Unicomal.lst
@@ -0,0 +1 @@
+0100 PRINT "Hello World"
\ No newline at end of file
diff --git a/hello-world/u/Uniface.uniface b/hello-world/u/Uniface.uniface
new file mode 100644
index 000000000..ef2296dd3
--- /dev/null
+++ b/hello-world/u/Uniface.uniface
@@ -0,0 +1 @@
+message "Hello World"
\ No newline at end of file
diff --git a/hello-world/u/Unlambda.unl b/hello-world/u/Unlambda.unl
new file mode 100644
index 000000000..a6bd8dd7e
--- /dev/null
+++ b/hello-world/u/Unlambda.unl
@@ -0,0 +1 @@
+`r```````````.H.e.l.l.o. .w.o.r.l.di
\ No newline at end of file
diff --git a/hello-world/v/V b/hello-world/v/V
new file mode 100644
index 000000000..bd371ad75
--- /dev/null
+++ b/hello-world/v/V
@@ -0,0 +1 @@
+iHello World
diff --git a/hello-world/v/V.v b/hello-world/v/V.v
new file mode 100644
index 000000000..f3fb71ad3
--- /dev/null
+++ b/hello-world/v/V.v
@@ -0,0 +1 @@
+println("Hello World")
diff --git a/hello-world/v/VB.NET.vb b/hello-world/v/VB.NET.vb
new file mode 100644
index 000000000..8e4ebf0fd
--- /dev/null
+++ b/hello-world/v/VB.NET.vb
@@ -0,0 +1,5 @@
+Module HelloWorld
+ Sub Main()
+ System.Console.WriteLine("Hello World")
+ End Sub
+End Module
\ No newline at end of file
diff --git a/hello-world/v/VHDL.vhdl b/hello-world/v/VHDL.vhdl
new file mode 100644
index 000000000..2c6d9da72
--- /dev/null
+++ b/hello-world/v/VHDL.vhdl
@@ -0,0 +1,13 @@
+use std.textio.all;
+
+entity hello_world is
+end hello_world;
+
+architecture behaviour of hello_world is
+begin
+ process
+ begin
+ write (output, String'("Hello World"));
+ wait;
+ end process;
+end behaviour;
\ No newline at end of file
diff --git a/hello-world/v/VJass.j b/hello-world/v/VJass.j
new file mode 100644
index 000000000..6b45b2e1d
--- /dev/null
+++ b/hello-world/v/VJass.j
@@ -0,0 +1,5 @@
+struct HelloWorld extends array
+ private static method onInit takes nothing returns nothing
+ call DisplayTimedTextToPlayer(GetLocalPlayer(), 0, 0, 0, "Hello World")
+ endmethod
+endstruct
diff --git a/hello-world/v/VMS.vms b/hello-world/v/VMS.vms
new file mode 100644
index 000000000..6335a4188
--- /dev/null
+++ b/hello-world/v/VMS.vms
@@ -0,0 +1,4 @@
+$top:
+$write sys$output "Hello World"
+$wait 00:00:10
+$goto top
diff --git a/hello-world/v/VRML.wrl b/hello-world/v/VRML.wrl
new file mode 100644
index 000000000..81006b31e
--- /dev/null
+++ b/hello-world/v/VRML.wrl
@@ -0,0 +1,6 @@
+#VRML V2.0 utf8
+Shape {
+ geometry Text {
+ string "Hello World"
+ }
+}
\ No newline at end of file
diff --git a/hello-world/v/Vala.vala b/hello-world/v/Vala.vala
new file mode 100644
index 000000000..2e43a1390
--- /dev/null
+++ b/hello-world/v/Vala.vala
@@ -0,0 +1,5 @@
+static void main (string[] args)
+{
+ stdout.printf ("Hello World\n");
+}
+
diff --git a/hello-world/v/Velato.ly b/hello-world/v/Velato.ly
new file mode 100644
index 000000000..ee490afca
--- /dev/null
+++ b/hello-world/v/Velato.ly
@@ -0,0 +1,102 @@
+on "2.19.64"
+
+\header{
+ title = "Hello World"
+}
+
+\language "english"
+
+\paper {
+ top-margin = 1.5\in
+ left-margin = 2.0\in
+ right-margin = 2.0\in
+}
+
+\score {
+ \transpose c c' {
+ % H
+ 4
+ g8(
+ e8 f8
+ gs8 d8
+ g8) |
+
+ % e
+ a8
+ 4.
+ 4
+ c16( cs16
+ g8 |
+
+ % l
+ a8)
+ 8
+ 4
+ 4
+ g4( |
+
+ % l
+ a16 g16
+ e16 f8
+ cs8.) 2 |
+
+ % o
+ a8( g8 e8)
+ f8.
+ cs16( cs8 cs8 g8 |
+
+ % ,
+ a8 g4
+ e8 f8
+ e e
+ g8) |
+
+ % space
+ a8
+ 4.
+ f8(
+ ds d
+ g8 |
+
+ % W
+ a8 g4
+ e8 f8
+ a8 gs8
+ g8) |
+
+ % o
+ a8( g8
+ e8 f8
+ cs8 cs8) 4 |
+
+ % r
+ a8( g8
+ e8 f8
+ cs8 cs8 e8. g16 |
+
+ % l
+ c16 a16)
+ 8
+ 4
+ 4
+ g4( |
+
+ % d
+ a8 g4
+ e16 f16
+ cs8 c8 c8
+ g8 |
+
+ % !
+ a16)
+ 4
+ f16( ds16 ds16)
+ 2 |
+ }
+ \layout {
+ indent = 0\cm
+ }
+ \midi {
+ \tempo 4 = 120
+ }
+}
diff --git a/hello-world/v/Verbose.verbose b/hello-world/v/Verbose.verbose
new file mode 100644
index 000000000..d994cc073
--- /dev/null
+++ b/hello-world/v/Verbose.verbose
@@ -0,0 +1,25 @@
+PUT THE NUMBER LXXII ONTO THE TOP OF THE PROGRAM STACK
+GET THE TOP ELEMENT OF THE STACK AND CONVERT IT TO AN ASCII CHARACTER AND OUTPUT IT FOR THE CURRENT PERSON USING THIS PROGRAM TO SEE
+PUT THE NUMBER CI ONTO THE TOP OF THE PROGRAM STACK
+GET THE TOP ELEMENT OF THE STACK AND CONVERT IT TO AN ASCII CHARACTER AND OUTPUT IT FOR THE CURRENT PERSON USING THIS PROGRAM TO SEE
+PUT THE NUMBER CVIII ONTO THE TOP OF THE PROGRAM STACK
+GET THE TOP ELEMENT OF THE STACK AND CONVERT IT TO AN ASCII CHARACTER AND OUTPUT IT FOR THE CURRENT PERSON USING THIS PROGRAM TO SEE
+GET THE TOP ELEMENT OF THE STACK AND CONVERT IT TO AN ASCII CHARACTER AND OUTPUT IT FOR THE CURRENT PERSON USING THIS PROGRAM TO SEE
+PUT THE NUMBER CXI ONTO THE TOP OF THE PROGRAM STACK
+GET THE TOP ELEMENT OF THE STACK AND CONVERT IT TO AN ASCII CHARACTER AND OUTPUT IT FOR THE CURRENT PERSON USING THIS PROGRAM TO SEE
+PUT THE NUMBER XLIV ONTO THE TOP OF THE PROGRAM STACK
+GET THE TOP ELEMENT OF THE STACK AND CONVERT IT TO AN ASCII CHARACTER AND OUTPUT IT FOR THE CURRENT PERSON USING THIS PROGRAM TO SEE
+PUT THE NUMBER XXXII ONTO THE TOP OF THE PROGRAM STACK
+GET THE TOP ELEMENT OF THE STACK AND CONVERT IT TO AN ASCII CHARACTER AND OUTPUT IT FOR THE CURRENT PERSON USING THIS PROGRAM TO SEE
+PUT THE NUMBER CXIX ONTO THE TOP OF THE PROGRAM STACK
+GET THE TOP ELEMENT OF THE STACK AND CONVERT IT TO AN ASCII CHARACTER AND OUTPUT IT FOR THE CURRENT PERSON USING THIS PROGRAM TO SEE
+PUT THE NUMBER CXI ONTO THE TOP OF THE PROGRAM STACK
+GET THE TOP ELEMENT OF THE STACK AND CONVERT IT TO AN ASCII CHARACTER AND OUTPUT IT FOR THE CURRENT PERSON USING THIS PROGRAM TO SEE
+PUT THE NUMBER CXIV ONTO THE TOP OF THE PROGRAM STACK
+GET THE TOP ELEMENT OF THE STACK AND CONVERT IT TO AN ASCII CHARACTER AND OUTPUT IT FOR THE CURRENT PERSON USING THIS PROGRAM TO SEE
+PUT THE NUMBER CVIII ONTO THE TOP OF THE PROGRAM STACK
+GET THE TOP ELEMENT OF THE STACK AND CONVERT IT TO AN ASCII CHARACTER AND OUTPUT IT FOR THE CURRENT PERSON USING THIS PROGRAM TO SEE
+PUT THE NUMBER C ONTO THE TOP OF THE PROGRAM STACK
+GET THE TOP ELEMENT OF THE STACK AND CONVERT IT TO AN ASCII CHARACTER AND OUTPUT IT FOR THE CURRENT PERSON USING THIS PROGRAM TO SEE
+PUT THE NUMBER XXXIII ONTO THE TOP OF THE PROGRAM STACK
+GET THE TOP ELEMENT OF THE STACK AND CONVERT IT TO AN ASCII CHARACTER AND OUTPUT IT FOR THE CURRENT PERSON USING THIS PROGRAM TO SEE
diff --git a/hello-world/v/VerboseFuck.vbfk b/hello-world/v/VerboseFuck.vbfk
new file mode 100644
index 000000000..aaf1776a8
--- /dev/null
+++ b/hello-world/v/VerboseFuck.vbfk
@@ -0,0 +1,160 @@
+~!comment!~VerboseFuck, a BrainFuck derivative focussing on verbosity. see more at ~!uncomment!~
+program.initialize();
+math.equation(program.errors.handler.activated = boolean(false));
+program.console.standardinput.openstream();
+program.console.standardoutput.openstream();
+define(defines.variable, variable(pointer));
+implanttype(pointer, types.pointer(to:types.byte));
+math.equation(pointer = void(0));
+program.memory.allocate(pointer, void(math.infinity), program.memory.memorytype.bidirectional);
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+define(defines.label, defines.label.createnew());
+conditional(block.if, boolean.inequality(deref(pointer), byte(0))) {
+ math.equation(pointer = pointer + void(1));
+ ~!comment!~MANDATORY~!uncomment!~
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ ~!comment!~MANDATORY~!uncomment!~
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(pointer = pointer + void(1));
+ ~!comment!~MANDATORY~!uncomment!~
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ ~!comment!~MANDATORY~!uncomment!~
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ ~!comment!~MANDATORY~!uncomment!~
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(pointer = pointer + void(1));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ ~!comment!~MANDATORY~!uncomment!~
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ math.equation(pointer = pointer + void(1));
+ math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+ ~!comment!~MANDATORY~!uncomment!~
+ math.equation(pointer = pointer - void(1));
+ math.equation(pointer = pointer - void(1));
+ math.equation(pointer = pointer - void(1));
+ math.equation(pointer = pointer - void(1));
+ ~!comment!~MANDATORY~!uncomment!~
+ math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+};
+conditional(block.if, boolean.inequality(deref(pointer), byte(0))) {
+ program.flow.labeledjump(defines.label.last());
+};
+undefine(defines.label, defines.label.last());
+math.equation(pointer = pointer + void(1));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+program.console.standardoutput.stream.writeunbufferedchars(array.create(1, conversion.changedatatype(deref(pointer), types.character, conversion.method.binary)), 0, 1);
+math.equation(pointer = pointer + void(1));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+program.console.standardoutput.stream.writeunbufferedchars(array.create(1, conversion.changedatatype(deref(pointer), types.character, conversion.method.binary)), 0, 1);
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+program.console.standardoutput.stream.writeunbufferedchars(array.create(1, conversion.changedatatype(deref(pointer), types.character, conversion.method.binary)), 0, 1);
+program.console.standardoutput.stream.writeunbufferedchars(array.create(1, conversion.changedatatype(deref(pointer), types.character, conversion.method.binary)), 0, 1);
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+program.console.standardoutput.stream.writeunbufferedchars(array.create(1, conversion.changedatatype(deref(pointer), types.character, conversion.method.binary)), 0, 1);
+math.equation(pointer = pointer + void(1));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+program.console.standardoutput.stream.writeunbufferedchars(array.create(1, conversion.changedatatype(deref(pointer), types.character, conversion.method.binary)), 0, 1);
+math.equation(pointer = pointer - void(1));
+math.equation(pointer = pointer - void(1));
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+program.console.standardoutput.stream.writeunbufferedchars(array.create(1, conversion.changedatatype(deref(pointer), types.character, conversion.method.binary)), 0, 1);
+~!comment!~MANDATORY~!uncomment!~
+math.equation(pointer = pointer + void(1));
+program.console.standardoutput.stream.writeunbufferedchars(array.create(1, conversion.changedatatype(deref(pointer), types.character, conversion.method.binary)), 0, 1);
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+program.console.standardoutput.stream.writeunbufferedchars(array.create(1, conversion.changedatatype(deref(pointer), types.character, conversion.method.binary)), 0, 1);
+math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+program.console.standardoutput.stream.writeunbufferedchars(array.create(1, conversion.changedatatype(deref(pointer), types.character, conversion.method.binary)), 0, 1);
+math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+math.equation(deref(pointer) = (deref(pointer) - byte(1)):binaryand:byte(255));
+program.console.standardoutput.stream.writeunbufferedchars(array.create(1, conversion.changedatatype(deref(pointer), types.character, conversion.method.binary)), 0, 1);
+math.equation(pointer = pointer + void(1));
+math.equation(deref(pointer) = (deref(pointer) + byte(1)):binaryand:byte(255));
+~!comment!~MANDATORY~!uncomment!~
+program.console.standardoutput.stream.writeunbufferedchars(array.create(1, conversion.changedatatype(deref(pointer), types.character, conversion.method.binary)), 0, 1);
+math.equation(pointer = pointer + void(1));
+program.console.standardoutput.stream.writeunbufferedchars(array.create(1, conversion.changedatatype(deref(pointer), types.character, conversion.method.binary)), 0, 1);
+~!comment!~MANDATORY~!uncomment!~
+program.memory.deallocate(pointer, void(math.infinity), program.memory.memorytype.bidirectional);
+undefine(defines.variable, variable(pointer));
+program.console.standardoutput.closestream();
+program.console.standardinput.closestream();
+program.terminate();
+~!comment!~MANDATORY~!uncomment!~
diff --git a/hello-world/v/Verilog.v b/hello-world/v/Verilog.v
new file mode 100644
index 000000000..f1a0f7c58
--- /dev/null
+++ b/hello-world/v/Verilog.v
@@ -0,0 +1,7 @@
+module main;
+ initial
+ begin
+ $display("Hello World");
+ $finish;
+ end
+endmodule
diff --git a/hello-world/v/Verve.vrv b/hello-world/v/Verve.vrv
new file mode 100644
index 000000000..8e235769c
--- /dev/null
+++ b/hello-world/v/Verve.vrv
@@ -0,0 +1 @@
+print("Hello World")
\ No newline at end of file
diff --git a/hello-world/v/Vi b/hello-world/v/Vi
new file mode 100644
index 000000000..25b89a98d
--- /dev/null
+++ b/hello-world/v/Vi
@@ -0,0 +1,15 @@
+The following tab indented lines will cause a true vi with modelines
+activated to infinitely loop putting "Hello World" in the buffer. Hit
+ to abort the loop and see the output. None of the vi clones
+support modelines this powerful, and modelines are disabled by default.
+Set the environment variable EXINIT to "set ml" to activate modelines.
+
+ vi: $ y a :
+ vi: $-1y b :
+ vi: @b :
+ put a |@b
+ Hello World
+
+Whitespace is largely insignificant, but these must be the last five
+lines in the file to work properly. Unless it is in "vi: ... :" or
+"ex: ... :" format, any preceeding text will be ignored.
diff --git a/hello-world/v/VimScript.vim b/hello-world/v/VimScript.vim
new file mode 100644
index 000000000..b5b6a5a4e
--- /dev/null
+++ b/hello-world/v/VimScript.vim
@@ -0,0 +1 @@
+echo "Hello World"
diff --git a/hello-world/v/Virgil.v3 b/hello-world/v/Virgil.v3
new file mode 100644
index 000000000..7dd110dc1
--- /dev/null
+++ b/hello-world/v/Virgil.v3
@@ -0,0 +1,3 @@
+ def main() {
+ System.puts("Hello World\n");
+ }
diff --git a/hello-world/v/Visual Basic Script.vbs b/hello-world/v/Visual Basic Script.vbs
new file mode 100644
index 000000000..52e7ca5b4
--- /dev/null
+++ b/hello-world/v/Visual Basic Script.vbs
@@ -0,0 +1 @@
+MsgBox "Hello World"
diff --git a/hello-world/v/Visual Basic for Applications.vba b/hello-world/v/Visual Basic for Applications.vba
new file mode 100644
index 000000000..904340f25
--- /dev/null
+++ b/hello-world/v/Visual Basic for Applications.vba
@@ -0,0 +1,3 @@
+Sub HelloWorld()
+ Call MsgBox("Hello World")
+End Sub
\ No newline at end of file
diff --git a/hello-world/v/Visual Basic.vb b/hello-world/v/Visual Basic.vb
new file mode 100644
index 000000000..55b967278
--- /dev/null
+++ b/hello-world/v/Visual Basic.vb
@@ -0,0 +1,5 @@
+Module HelloWorld
+ Sub Main()
+ MsgBox("Hello World")
+ End Sub
+End Module
\ No newline at end of file
diff --git a/hello-world/v/VisualFoxPro.prg b/hello-world/v/VisualFoxPro.prg
new file mode 100644
index 000000000..82a353875
--- /dev/null
+++ b/hello-world/v/VisualFoxPro.prg
@@ -0,0 +1,17 @@
+* Message Box:
+MESSAGEBOX("Hello World")
+
+* Print to screen:
+? "Hello World"
+
+* GUI:
+loForm = CREATEOBJECT("HiForm")
+loForm.Show(1)
+
+DEFINE CLASS HiForm AS Form
+ AutoCenter = .T.
+ Caption = "Hello World"
+
+ ADD OBJECT lblHi as Label ;
+ WITH Caption = "Hello World"
+ENDDEFINE
diff --git a/hello-world/v/Vowels.vw b/hello-world/v/Vowels.vw
new file mode 100644
index 000000000..b728e5150
--- /dev/null
+++ b/hello-world/v/Vowels.vw
@@ -0,0 +1,17 @@
+ue
+yeouo
+euea
+euai
+euai
+euoa
+eaiu
+eaao
+eioo
+euoa
+euou
+euai
+euee
+eaai
+eeoe
+eeee
+y
diff --git a/hello-world/v/Vue.js b/hello-world/v/Vue.js
new file mode 100644
index 000000000..0a806bc6d
--- /dev/null
+++ b/hello-world/v/Vue.js
@@ -0,0 +1,11 @@
+
+
{{ message }}
+
+
diff --git a/hello-world/w/WML.wml b/hello-world/w/WML.wml
new file mode 100644
index 000000000..4a1e41fc7
--- /dev/null
+++ b/hello-world/w/WML.wml
@@ -0,0 +1,6 @@
+#define HELLOWORLD
+ [message]
+ speaker="narrator"
+ message=_"Hello World"
+ [/message]
+#enddef
\ No newline at end of file
diff --git a/hello-world/w/WSH.vbs b/hello-world/w/WSH.vbs
new file mode 100644
index 000000000..041fd2ccd
--- /dev/null
+++ b/hello-world/w/WSH.vbs
@@ -0,0 +1,2 @@
+WScript.Echo "Hello World"
+WScript.Quit
\ No newline at end of file
diff --git a/hello-world/w/Wenyan.wy b/hello-world/w/Wenyan.wy
new file mode 100644
index 000000000..7b0dab988
--- /dev/null
+++ b/hello-world/w/Wenyan.wy
@@ -0,0 +1 @@
+吾有一言。曰「「Hello World」」。書之。
diff --git a/hello-world/w/Wheat.wheat b/hello-world/w/Wheat.wheat
new file mode 100644
index 000000000..66472aa5d
--- /dev/null
+++ b/hello-world/w/Wheat.wheat
@@ -0,0 +1,6 @@
+input h
+if h "H":
+ output " world!"
+ output N
+ terminate
+output "Hello,"
diff --git a/hello-world/w/Whenever.whenever b/hello-world/w/Whenever.whenever
new file mode 100644
index 000000000..3ba652d0d
--- /dev/null
+++ b/hello-world/w/Whenever.whenever
@@ -0,0 +1 @@
+1 print("Hello World");
diff --git a/hello-world/w/Whirl.wr b/hello-world/w/Whirl.wr
new file mode 100644
index 000000000..2a1866532
--- /dev/null
+++ b/hello-world/w/Whirl.wr
@@ -0,0 +1,12 @@
+110001100111000111110000010001111100011000000000110000011100000110000010000
+011000111100000111110000011100001111100100011001110000111111100001001111100
+011000000000110000011000111110001000000000000000000001001111110000111111000
+100000000000000000000000000011111000100100000000111111000100000000000001001
+000011111000001110000111110010001100011000000100010000011000000000000000001
+100000111001111100111111000100111001111000011100010011111110000111000110000
+000000000000000000000000000001000100001111100000111000011111001100011100000
+111000000010001111100000111110001000000000111000110000000000000000000000000
+000000100100001111100000111000011100010000000000000100010000111110001110001
+111100111111000011100001100111000111000000000001111100000111000110000110110
+001000000000010000001111100000111000011111000000010001110000000000000000000
+000000000000100000011111000001100
diff --git a/hello-world/w/Whitespace.ws b/hello-world/w/Whitespace.ws
new file mode 100644
index 000000000..cdc68a33d
--- /dev/null
+++ b/hello-world/w/Whitespace.ws
@@ -0,0 +1,26 @@
+push 0
+push 10
+push 33
+push 100
+push 108
+push 114
+push 111
+push 119
+push 32
+push 44
+copy 3
+copy 6
+dup
+push 101
+push 72
+
+label 0
+outchar
+dup
+push 0
+swap
+sub
+jn 0
+exit
+
+
diff --git a/hello-world/w/WikiText b/hello-world/w/WikiText
new file mode 100644
index 000000000..5e1c309da
--- /dev/null
+++ b/hello-world/w/WikiText
@@ -0,0 +1 @@
+Hello World
\ No newline at end of file
diff --git a/hello-world/w/WolframLanguage.wl b/hello-world/w/WolframLanguage.wl
new file mode 100644
index 000000000..ce3e44275
--- /dev/null
+++ b/hello-world/w/WolframLanguage.wl
@@ -0,0 +1 @@
+Print["Hello World"];
diff --git a/hello-world/w/Wren.wren b/hello-world/w/Wren.wren
new file mode 100644
index 000000000..080135893
--- /dev/null
+++ b/hello-world/w/Wren.wren
@@ -0,0 +1 @@
+IO.print("Hello World")
diff --git a/hello-world/w/wowLang.wow b/hello-world/w/wowLang.wow
new file mode 100644
index 000000000..990061bbe
--- /dev/null
+++ b/hello-world/w/wowLang.wow
@@ -0,0 +1 @@
+wow WOw wow wow wow wow wow wow wow woW WOW Wow wOW woW wow WoW wow WOw wow woW WOW WOW WOW WOW WOW Wow wOW woW WOW WOW WoW WOW WOW WOW WOW WOW WOW WOW WoW WoW WOW WOW WOW WoW WOw wow wow wow woW WOW Wow wOW woW wow wow wow wow wow WoW wow wow wow WOw wow woW WOW WOW WOW Wow wOW woW WoW wow WOw wow wow wow woW WOW Wow wOW woW wow wow wow WoW WOW WOW WOW WoW wow wow wow wow wow wow WoW wow wow wow wow wow wow wow wow WoW
diff --git a/hello-world/x/X D.xd b/hello-world/x/X D.xd
new file mode 100644
index 000000000..1f47b8713
--- /dev/null
+++ b/hello-world/x/X D.xd
@@ -0,0 +1,2 @@
+;-~~~~~> ;P ;~~> ;P ;------> ;-P ;--> ;P ;D ;~~---> ;P ;| ;~~< ;----> ;P
+;~---------> ;P ;--> ;P ;-----< ;P ;-------< ;P ;D ;> ;P ;~< ;-------< ;P
diff --git a/hello-world/x/XBase++.prg b/hello-world/x/XBase++.prg
new file mode 100644
index 000000000..a988cc85f
--- /dev/null
+++ b/hello-world/x/XBase++.prg
@@ -0,0 +1,3 @@
+func Main()
+ Qout("Hello World")
+return 1
\ No newline at end of file
diff --git a/hello-world/x/XBase.dbf b/hello-world/x/XBase.dbf
new file mode 100644
index 000000000..2d06138f8
--- /dev/null
+++ b/hello-world/x/XBase.dbf
@@ -0,0 +1,3 @@
+do while .t.
+ ? 'Hello World'
+enddo
diff --git a/hello-world/x/XL.xl b/hello-world/x/XL.xl
new file mode 100644
index 000000000..fd891d055
--- /dev/null
+++ b/hello-world/x/XL.xl
@@ -0,0 +1,2 @@
+// XL programming language: http://xlr.sourceforge.net
+writeln "Hello World"
diff --git a/hello-world/x/XLisp.xlisp b/hello-world/x/XLisp.xlisp
new file mode 100644
index 000000000..304b3f6c1
--- /dev/null
+++ b/hello-world/x/XLisp.xlisp
@@ -0,0 +1,2 @@
+(DISPLAY "Hello World")
+(NEWLINE)
diff --git a/hello-world/x/XML.xml b/hello-world/x/XML.xml
new file mode 100644
index 000000000..f2cfb1686
--- /dev/null
+++ b/hello-world/x/XML.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/hello-world/x/XPL0.xpl b/hello-world/x/XPL0.xpl
new file mode 100644
index 000000000..660a8d88c
--- /dev/null
+++ b/hello-world/x/XPL0.xpl
@@ -0,0 +1,2 @@
+code Text=12;
+Text(0, "Hello World")
diff --git a/hello-world/x/XQuery.xq b/hello-world/x/XQuery.xq
new file mode 100644
index 000000000..870749ac4
--- /dev/null
+++ b/hello-world/x/XQuery.xq
@@ -0,0 +1,2 @@
+let $hello := "Hello World"
+return $hello
diff --git a/hello-world/x/XRF.xrf b/hello-world/x/XRF.xrf
new file mode 100644
index 000000000..6f8968f1b
--- /dev/null
+++ b/hello-world/x/XRF.xrf
@@ -0,0 +1,12 @@
+53374 54374 54374 545F4 54374
+54374 54374 41345 546F4 54374
+54374 54374 54374 54554 54554
+545F4 54314 54554 54554 54554
+545F4 54314 54314 54554 545F4
+54314 33745 54664 54664 54664
+54664 54314 54664 54664 54664
+54664 54664 54664 54314 54934
+54554 5454F 54374 5451F 54314
+54554 545F4 54314 54664 54664
+54664 54314 54664 54664 54664
+54664 9151B
diff --git a/hello-world/x/XSLT.xslt b/hello-world/x/XSLT.xslt
new file mode 100644
index 000000000..604a34903
--- /dev/null
+++ b/hello-world/x/XSLT.xslt
@@ -0,0 +1,6 @@
+
+
+
+ Hello World
+
+
diff --git a/hello-world/x/XUL.xul b/hello-world/x/XUL.xul
new file mode 100644
index 000000000..8ab90f556
--- /dev/null
+++ b/hello-world/x/XUL.xul
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/hello-world/x/Xlogo.lgo b/hello-world/x/Xlogo.lgo
new file mode 100644
index 000000000..d68815cc5
--- /dev/null
+++ b/hello-world/x/Xlogo.lgo
@@ -0,0 +1,53 @@
+to HelloWorld
+ resetall
+ hideturtle
+ fd 20 left 180
+ fd 40 left 180
+ fd 20 right 90
+ fd 20 left 90
+ fd 20 left 180
+ fd 40 left 90
+ fd 20 left 90
+ fd 20 right 90
+ fd 20 right 90
+ fd 10 right 90
+ fd 20 left 90
+ fd 10 left 90
+ fd 30 left 90
+ fd 40 left 180
+ fd 40 left 90
+ fd 20 left 90
+ fd 40 left 180
+ fd 40 left 90
+ fd 40 left 90
+ fd 20 left 90
+ fd 20 left 90
+ fd 20 left 90
+ fd 60 left 90
+ fd 40 left 180
+ fd 40 left 90
+ fd 20 left 90
+ fd 20 left 180
+ fd 20 left 90
+ fd 20 left 90
+ fd 40 left 180
+ fd 40 left 90
+ fd 40 left 90
+ fd 20 left 90
+ fd 20 left 90
+ fd 20 left 90
+ fd 40 left 90
+ fd 20 right 90
+ fd 20 right 90
+ fd 5 left 90
+ fd 5 left 90
+ fd 25 left 180
+ fd 40 left 90
+ fd 40 left 90
+ fd 20 left 90
+ fd 20 left 90
+ fd 20 left 90
+ fd 20 left 90
+ fd 40 left 180
+ fd 40
+end
\ No newline at end of file
diff --git a/hello-world/y/Y.y b/hello-world/y/Y.y
new file mode 100644
index 000000000..dd0174445
--- /dev/null
+++ b/hello-world/y/Y.y
@@ -0,0 +1,10 @@
+module helloworld
+
+ define(EOF,(-1))
+
+ import printf from "ylib.d"
+
+ main()
+ printf("Hello World\n")
+ end
+end
\ No newline at end of file
diff --git a/hello-world/y/YAML.yaml b/hello-world/y/YAML.yaml
new file mode 100644
index 000000000..0d8e794fc
--- /dev/null
+++ b/hello-world/y/YAML.yaml
@@ -0,0 +1 @@
+hello: world
\ No newline at end of file
diff --git a/hello-world/y/YoLang.yo b/hello-world/y/YoLang.yo
new file mode 100644
index 000000000..0b1eb6ad5
--- /dev/null
+++ b/hello-world/y/YoLang.yo
@@ -0,0 +1 @@
+Yo!Yo!Yo!Yo!Yo!Yo!Yo!Yo!Yo!Yo!yo!yoYo!Yo!Yo!Yo!Yo!Yo!Yo!yoYo!Yo!Yo!Yo!Yo!Yo!Yo!Yo!Yo!Yo!yoYo!Yo!Yo!yoYo!YOYOYOYOYo?YO?yoYo!Yo!YO!yoYo!YO!Yo!Yo!Yo!Yo!Yo!Yo!Yo!YO!YO!Yo!Yo!Yo!YO!yoYo!Yo!YO!YOYOYo!Yo!Yo!Yo!Yo!Yo!Yo!Yo!Yo!Yo!Yo!Yo!Yo!Yo!Yo!YO!yoYO!Yo!Yo!Yo!YO!Yo?Yo?Yo?Yo?Yo?Yo?YO!Yo?Yo?Yo?Yo?Yo?Yo?Yo?Yo?YO!yoYo!YO!yoYO!
diff --git a/hello-world/y/YoptaScript b/hello-world/y/YoptaScript
new file mode 100644
index 000000000..f2c7ed708
--- /dev/null
+++ b/hello-world/y/YoptaScript
@@ -0,0 +1 @@
+ксива.малява("Hello World") нах
diff --git a/hello-world/z/ZBD b/hello-world/z/ZBD
new file mode 100644
index 000000000..6ad989bdc
--- /dev/null
+++ b/hello-world/z/ZBD
@@ -0,0 +1 @@
+ + Mr.B says "Hello Friend"
diff --git a/hello-world/z/ZPL b/hello-world/z/ZPL
new file mode 100644
index 000000000..34a8bea13
--- /dev/null
+++ b/hello-world/z/ZPL
@@ -0,0 +1 @@
+^XA^FDHello World^XZ~PS
diff --git a/hello-world/z/ZSH.zsh b/hello-world/z/ZSH.zsh
new file mode 100644
index 000000000..905343ead
--- /dev/null
+++ b/hello-world/z/ZSH.zsh
@@ -0,0 +1,2 @@
+#!/bin/zsh
+echo "Hello World"
diff --git a/hello-world/z/Zepto.zp b/hello-world/z/Zepto.zp
new file mode 100644
index 000000000..40a924ef2
--- /dev/null
+++ b/hello-world/z/Zepto.zp
@@ -0,0 +1 @@
+(write "Hello World")
diff --git a/hello-world/z/Zetaplex.zeta b/hello-world/z/Zetaplex.zeta
new file mode 100644
index 000000000..de5f72d47
--- /dev/null
+++ b/hello-world/z/Zetaplex.zeta
@@ -0,0 +1,9 @@
+\ / #111#87\ # # ######
+3 4 # # # # #
+3 1 # # # # #
+# 1 # # # # #
+1####### /44#23#/ # # # #
+0 8 # # # # #
+0 0 1 # # # #
+# 1 1 # # # #
+\ / \1#108sy 101#72Os DrFe#### ######
diff --git a/hello-world/z/Zig.zig b/hello-world/z/Zig.zig
new file mode 100644
index 000000000..20eddeda0
--- /dev/null
+++ b/hello-world/z/Zig.zig
@@ -0,0 +1,6 @@
+const std = @import("std");
+
+pub fn main() !void {
+ const stdout = std.io.getStdOut().writer();
+ try stdout.print("Hello World", .{});
+}
\ No newline at end of file
diff --git a/hello-world/z/Zim.zim b/hello-world/z/Zim.zim
new file mode 100644
index 000000000..74cba2198
--- /dev/null
+++ b/hello-world/z/Zim.zim
@@ -0,0 +1 @@
+output "Hello World"
\ No newline at end of file
diff --git a/hello-world/z/Zimbu.zu b/hello-world/z/Zimbu.zu
new file mode 100644
index 000000000..9b9d6be1a
--- /dev/null
+++ b/hello-world/z/Zimbu.zu
@@ -0,0 +1,4 @@
+FUNC Main() int
+ IO.write("Hello World\n")
+ RETURN 0
+}
diff --git a/hello-world/z/Zinc.zn b/hello-world/z/Zinc.zn
new file mode 100644
index 000000000..a5bba16f2
--- /dev/null
+++ b/hello-world/z/Zinc.zn
@@ -0,0 +1,7 @@
+//! zinc
+library HelloWorld {
+ private function onInit() {
+ DisplayTimedTextToPlayer(GetLocalPlayer(), 0, 0, 0, "Hello World");
+ }
+}
+//! endzinc
diff --git a/hello-world/z/Zombie.zombie b/hello-world/z/Zombie.zombie
new file mode 100644
index 000000000..b32c88ea2
--- /dev/null
+++ b/hello-world/z/Zombie.zombie
@@ -0,0 +1,6 @@
+HelloWorld is a zombie
+summon
+ task SayHello
+ say "Hello World"
+ animate
+animate
diff --git a/hello-world/z/Zonnon.znn b/hello-world/z/Zonnon.znn
new file mode 100644
index 000000000..65fedd802
--- /dev/null
+++ b/hello-world/z/Zonnon.znn
@@ -0,0 +1,4 @@
+module HelloWorld;
+begin
+ writeln("Hello World");
+end HelloWorld.
\ No newline at end of file