diff --git a/#/1c-enterprise b/#/1c-enterprise
deleted file mode 100644
index 84019bea..00000000
--- a/#/1c-enterprise
+++ /dev/null
@@ -1,2 +0,0 @@
-Message("Hello, World!");
-
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 40e21780..00000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-.DS_Store
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/a/.gitignore b/a/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/a/ada.ada b/a/ada.ada
deleted file mode 100644
index 718bc361..00000000
--- a/a/ada.ada
+++ /dev/null
@@ -1,5 +0,0 @@
-with Text_IO;
-procedure Hello_World is
- begin
- Text_IO.Put_line("Hello World!");
- end Hello_World;
diff --git a/a/algol60.algol60 b/a/algol60.algol60
deleted file mode 100644
index 11bdda67..00000000
--- a/a/algol60.algol60
+++ /dev/null
@@ -1,6 +0,0 @@
-BEGIN
- FILE F(KIND=REMOTE);
- EBCDIC ARRAY E[0:11];
- REPLACE E BY "HELLO WORLD!";
- WRITE(F, *, E);
-END.
diff --git a/a/algol68.algol68 b/a/algol68.algol68
deleted file mode 100644
index 652596b1..00000000
--- a/a/algol68.algol68
+++ /dev/null
@@ -1,3 +0,0 @@
-begin
- print(("Hello, world!",newline))
-end
diff --git a/a/apc.apc b/a/apc.apc
deleted file mode 100644
index e2b407b4..00000000
--- a/a/apc.apc
+++ /dev/null
@@ -1,4 +0,0 @@
-probe program
-{
- on_entry log ("Hello, World!\n");
-}
diff --git a/a/apl.apl b/a/apl.apl
deleted file mode 100644
index 1d7b85d6..00000000
--- a/a/apl.apl
+++ /dev/null
@@ -1 +0,0 @@
-[]<-'Hello World!'
\ No newline at end of file
diff --git a/a/applescript.scpt b/a/applescript.scpt
deleted file mode 100644
index c3169cda..00000000
--- a/a/applescript.scpt
+++ /dev/null
@@ -1 +0,0 @@
-display dialog "Hello World"
diff --git a/a/arena.are b/a/arena.are
deleted file mode 100644
index 4f84b345..00000000
--- a/a/arena.are
+++ /dev/null
@@ -1 +0,0 @@
-print("Hello World!");
diff --git a/a/argh.agh b/a/argh.agh
deleted file mode 100644
index 8d481339..00000000
--- a/a/argh.agh
+++ /dev/null
@@ -1,3 +0,0 @@
-lppppppppppppsrfj
- Hello World!* j
- qPh
\ No newline at end of file
diff --git a/a/asp.asp b/a/asp.asp
deleted file mode 100644
index 3f94899a..00000000
--- a/a/asp.asp
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- <% Response.Write "Hello World! How are you today?" %>
-
-
diff --git a/a/assembler_intel.asm b/a/assembler_intel.asm
deleted file mode 100644
index aa7d827c..00000000
--- a/a/assembler_intel.asm
+++ /dev/null
@@ -1,24 +0,0 @@
-; hello_world.asm intel
-
-.model small
-
-.stack 100h
-
-.data
-msg db "Hello World!",'$'
-
-.code
-main proc
- mov ax,@data
- mov ds, ax
-
-; hello-world is there
- mov dx,offset msg
- mov ah,09
- int 21h
-
- mov ax,4c00h
- int 21h
-
-main endp
-end main
diff --git a/a/autohotkey.ahk b/a/autohotkey.ahk
deleted file mode 100644
index 6729d18e..00000000
--- a/a/autohotkey.ahk
+++ /dev/null
@@ -1 +0,0 @@
-MsgBox, Hello World!
diff --git a/a/autoit.au3 b/a/autoit.au3
deleted file mode 100644
index b0bb59d9..00000000
--- a/a/autoit.au3
+++ /dev/null
@@ -1 +0,0 @@
-MsgBox(0, "Message Box", "Hello World!")
\ No newline at end of file
diff --git a/a/awk.awk b/a/awk.awk
deleted file mode 100644
index 88c8f38c..00000000
--- a/a/awk.awk
+++ /dev/null
@@ -1,2 +0,0 @@
-# awk -f awk.awk
-BEGIN { print "Hello World" }
diff --git a/b/.gitignore b/b/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/b/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/b/B.b b/b/B.b
deleted file mode 100644
index 6ebd0274..00000000
--- a/b/B.b
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Hello World in B */
-
-main() {
- extern a, b, c;
- putchar (a); putchar (b); putchar (c); putchar ('!*n');
-}
-
-a 'hell' ;
-b 'o, w' ;
-c 'orld' ;
diff --git a/b/BIT.bit b/b/BIT.bit
deleted file mode 100644
index 531c5f9d..00000000
--- a/b/BIT.bit
+++ /dev/null
@@ -1,81 +0,0 @@
-
-LINENUMBERZEROCODEPRINTZEROGOTOONELINENUMBERONECODEPRINTONEGOTOONEZEROLINENUMBE
-RONEZEROCODEPRINTZEROGOTOONEONELINENUMBERONEONECODEPRINTZEROGOTOONEZEROZEROLINE
-NUMBERONEZEROZEROCODEPRINTONEGOTOONEZEROONELINENUMBERONEZEROONECODEPRINTZEROGOT
-OONEONEZEROLINENUMBERONEONEZEROCODEPRINTZEROGOTOONEONEONELINENUMBERONEONEONECOD
-EPRINTZEROGOTOONEZEROZEROZEROLINENUMBERONEZEROZEROZEROCODEPRINTZEROGOTOONEZEROZ
-EROONELINENUMBERONEZEROZEROONECODEPRINTONEGOTOONEZEROONEZEROLINENUMBERONEZEROON
-EZEROCODEPRINTONEGOTOONEZEROONEONELINENUMBERONEZEROONEONECODEPRINTZEROGOTOONEON
-EZEROZEROLINENUMBERONEONEZEROZEROCODEPRINTZEROGOTOONEONEZEROONELINENUMBERONEONE
-ZEROONECODEPRINTONEGOTOONEONEONEZEROLINENUMBERONEONEONEZEROCODEPRINTZEROGOTOONE
-ONEONEONELINENUMBERONEONEONEONECODEPRINTONEGOTOONEZEROZEROZEROZEROLINENUMBERONE
-ZEROZEROZEROZEROCODEPRINTZEROGOTOONEZEROZEROZEROONELINENUMBERONEZEROZEROZEROONE
-CODEPRINTONEGOTOONEZEROZEROONEZEROLINENUMBERONEZEROZEROONEZEROCODEPRINTONEGOTOO
-NEZEROZEROONEONELINENUMBERONEZEROZEROONEONECODEPRINTZEROGOTOONEZEROONEZEROZEROL
-INENUMBERONEZEROONEZEROZEROCODEPRINTONEGOTOONEZEROONEZEROONELINENUMBERONEZEROON
-EZEROONECODEPRINTONEGOTOONEZEROONEONEZEROLINENUMBERONEZEROONEONEZEROCODEPRINTZE
-ROGOTOONEZEROONEONEONELINENUMBERONEZEROONEONEONECODEPRINTZEROGOTOONEONEZEROZERO
-ZEROLINENUMBERONEONEZEROZEROZEROCODEPRINTZEROGOTOONEONEZEROZEROONELINENUMBERONE
-ONEZEROZEROONECODEPRINTONEGOTOONEONEZEROONEZEROLINENUMBERONEONEZEROONEZEROCODEP
-RINTONEGOTOONEONEZEROONEONELINENUMBERONEONEZEROONEONECODEPRINTZEROGOTOONEONEONE
-ZEROZEROLINENUMBERONEONEONEZEROZEROCODEPRINTONEGOTOONEONEONEZEROONELINENUMBERON
-EONEONEZEROONECODEPRINTONEGOTOONEONEONEONEZEROLINENUMBERONEONEONEONEZEROCODEPRI
-NTZEROGOTOONEONEONEONEONELINENUMBERONEONEONEONEONECODEPRINTZEROGOTOONEZEROZEROZ
-EROZEROZEROLINENUMBERONEZEROZEROZEROZEROZEROCODEPRINTZEROGOTOONEZEROZEROZEROZER
-OONELINENUMBERONEZEROZEROZEROZEROONECODEPRINTONEGOTOONEZEROZEROZEROONEZEROLINEN
-UMBERONEZEROZEROZEROONEZEROCODEPRINTONEGOTOONEZEROZEROZEROONEONELINENUMBERONEZE
-ROZEROZEROONEONECODEPRINTZEROGOTOONEZEROZEROONEZEROZEROLINENUMBERONEZEROZEROONE
-ZEROZEROCODEPRINTONEGOTOONEZEROZEROONEZEROONELINENUMBERONEZEROZEROONEZEROONECOD
-EPRINTONEGOTOONEZEROZEROONEONEZEROLINENUMBERONEZEROZEROONEONEZEROCODEPRINTONEGO
-TOONEZEROZEROONEONEONELINENUMBERONEZEROZEROONEONEONECODEPRINTONEGOTOONEZEROONEZ
-EROZEROZEROLINENUMBERONEZEROONEZEROZEROZEROCODEPRINTZEROGOTOONEZEROONEZEROZEROO
-NELINENUMBERONEZEROONEZEROZEROONECODEPRINTZEROGOTOONEZEROONEZEROONEZEROLINENUMB
-ERONEZEROONEZEROONEZEROCODEPRINTONEGOTOONEZEROONEZEROONEONELINENUMBERONEZEROONE
-ZEROONEONECODEPRINTZEROGOTOONEZEROONEONEZEROZEROLINENUMBERONEZEROONEONEZEROZERO
-CODEPRINTZEROGOTOONEZEROONEONEZEROONELINENUMBERONEZEROONEONEZEROONECODEPRINTZER
-OGOTOONEZEROONEONEONEZEROLINENUMBERONEZEROONEONEONEZEROCODEPRINTZEROGOTOONEZERO
-ONEONEONEONELINENUMBERONEZEROONEONEONEONECODEPRINTZEROGOTOONEONEZEROZEROZEROZER
-OLINENUMBERONEONEZEROZEROZEROZEROCODEPRINTZEROGOTOONEONEZEROZEROZEROONELINENUMB
-ERONEONEZEROZEROZEROONECODEPRINTONEGOTOONEONEZEROZEROONEZEROLINENUMBERONEONEZER
-OZEROONEZEROCODEPRINTONEGOTOONEONEZEROZEROONEONELINENUMBERONEONEZEROZEROONEONEC
-ODEPRINTONEGOTOONEONEZEROONEZEROZEROLINENUMBERONEONEZEROONEZEROZEROCODEPRINTZER
-OGOTOONEONEZEROONEZEROONELINENUMBERONEONEZEROONEZEROONECODEPRINTONEGOTOONEONEZE
-ROONEONEZEROLINENUMBERONEONEZEROONEONEZEROCODEPRINTONEGOTOONEONEZEROONEONEONELI
-NENUMBERONEONEZEROONEONEONECODEPRINTONEGOTOONEONEONEZEROZEROZEROLINENUMBERONEON
-EONEZEROZEROZEROCODEPRINTZEROGOTOONEONEONEZEROZEROONELINENUMBERONEONEONEZEROZER
-OONECODEPRINTONEGOTOONEONEONEZEROONEZEROLINENUMBERONEONEONEZEROONEZEROCODEPRINT
-ONEGOTOONEONEONEZEROONEONELINENUMBERONEONEONEZEROONEONECODEPRINTZEROGOTOONEONEO
-NEONEZEROZEROLINENUMBERONEONEONEONEZEROZEROCODEPRINTONEGOTOONEONEONEONEZEROONEL
-INENUMBERONEONEONEONEZEROONECODEPRINTONEGOTOONEONEONEONEONEZEROLINENUMBERONEONE
-ONEONEONEZEROCODEPRINTONEGOTOONEONEONEONEONEONELINENUMBERONEONEONEONEONEONECODE
-PRINTONEGOTOONEZEROZEROZEROZEROZEROZEROLINENUMBERONEZEROZEROZEROZEROZEROZEROCOD
-EPRINTZEROGOTOONEZEROZEROZEROZEROZEROONELINENUMBERONEZEROZEROZEROZEROZEROONECOD
-EPRINTONEGOTOONEZEROZEROZEROZEROONEZEROLINENUMBERONEZEROZEROZEROZEROONEZEROCODE
-PRINTONEGOTOONEZEROZEROZEROZEROONEONELINENUMBERONEZEROZEROZEROZEROONEONECODEPRI
-NTONEGOTOONEZEROZEROZEROONEZEROZEROLINENUMBERONEZEROZEROZEROONEZEROZEROCODEPRIN
-TZEROGOTOONEZEROZEROZEROONEZEROONELINENUMBERONEZEROZEROZEROONEZEROONECODEPRINTZ
-EROGOTOONEZEROZEROZEROONEONEZEROLINENUMBERONEZEROZEROZEROONEONEZEROCODEPRINTONE
-GOTOONEZEROZEROZEROONEONEONELINENUMBERONEZEROZEROZEROONEONEONECODEPRINTZEROGOTO
-ONEZEROZEROONEZEROZEROZEROLINENUMBERONEZEROZEROONEZEROZEROZEROCODEPRINTZEROGOTO
-ONEZEROZEROONEZEROZEROONELINENUMBERONEZEROZEROONEZEROZEROONECODEPRINTONEGOTOONE
-ZEROZEROONEZEROONEZEROLINENUMBERONEZEROZEROONEZEROONEZEROCODEPRINTONEGOTOONEZER
-OZEROONEZEROONEONELINENUMBERONEZEROZEROONEZEROONEONECODEPRINTZEROGOTOONEZEROZER
-OONEONEZEROZEROLINENUMBERONEZEROZEROONEONEZEROZEROCODEPRINTONEGOTOONEZEROZEROON
-EONEZEROONELINENUMBERONEZEROZEROONEONEZEROONECODEPRINTONEGOTOONEZEROZEROONEONEO
-NEZEROLINENUMBERONEZEROZEROONEONEONEZEROCODEPRINTZEROGOTOONEZEROZEROONEONEONEON
-ELINENUMBERONEZEROZEROONEONEONEONECODEPRINTZEROGOTOONEZEROONEZEROZEROZEROZEROLI
-NENUMBERONEZEROONEZEROZEROZEROZEROCODEPRINTZEROGOTOONEZEROONEZEROZEROZEROONELIN
-ENUMBERONEZEROONEZEROZEROZEROONECODEPRINTONEGOTOONEZEROONEZEROZEROONEZEROLINENU
-MBERONEZEROONEZEROZEROONEZEROCODEPRINTONEGOTOONEZEROONEZEROZEROONEONELINENUMBER
-ONEZEROONEZEROZEROONEONECODEPRINTZEROGOTOONEZEROONEZEROONEZEROZEROLINENUMBERONE
-ZEROONEZEROONEZEROZEROCODEPRINTZEROGOTOONEZEROONEZEROONEZEROONELINENUMBERONEZER
-OONEZEROONEZEROONECODEPRINTONEGOTOONEZEROONEZEROONEONEZEROLINENUMBERONEZEROONEZ
-EROONEONEZEROCODEPRINTZEROGOTOONEZEROONEZEROONEONEONELINENUMBERONEZEROONEZEROON
-EONEONECODEPRINTZEROGOTOONEZEROONEONEZEROZEROZEROLINENUMBERONEZEROONEONEZEROZER
-OZEROCODEPRINTZEROGOTOONEZEROONEONEZEROZEROONELINENUMBERONEZEROONEONEZEROZEROON
-ECODEPRINTZEROGOTOONEZEROONEONEZEROONEZEROLINENUMBERONEZEROONEONEZEROONEZEROCOD
-EPRINTONEGOTOONEZEROONEONEZEROONEONELINENUMBERONEZEROONEONEZEROONEONECODEPRINTZ
-EROGOTOONEZEROONEONEONEZEROZEROLINENUMBERONEZEROONEONEONEZEROZEROCODEPRINTZEROG
-OTOONEZEROONEONEONEZEROONELINENUMBERONEZEROONEONEONEZEROONECODEPRINTZEROGOTOONE
-ZEROONEONEONEONEZEROLINENUMBERONEZEROONEONEONEONEZEROCODEPRINTZEROGOTOONEZEROON
-EONEONEONEONELINENUMBERONEZEROONEONEONEONEONECODEPRINTONE
diff --git a/b/bash.bash b/b/bash.bash
deleted file mode 100644
index 3e7c682f..00000000
--- a/b/bash.bash
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-echo "Hello World!";
\ No newline at end of file
diff --git a/b/basic.bas b/b/basic.bas
deleted file mode 100644
index df0c8739..00000000
--- a/b/basic.bas
+++ /dev/null
@@ -1,2 +0,0 @@
-10 REM Hello World in BASIC
-20 PRINT "Hello World"
diff --git a/b/befunge.be b/b/befunge.be
deleted file mode 100644
index 0aa85714..00000000
--- a/b/befunge.be
+++ /dev/null
@@ -1 +0,0 @@
->"dlroW olleH",,,,,,,,,,,@
diff --git a/b/boo.boo b/b/boo.boo
deleted file mode 100644
index ce438bd2..00000000
--- a/b/boo.boo
+++ /dev/null
@@ -1 +0,0 @@
-print "Hello World"
diff --git a/b/brainf*ck.bf b/b/brainf*ck.bf
deleted file mode 100644
index b947c5c6..00000000
--- a/b/brainf*ck.bf
+++ /dev/null
@@ -1 +0,0 @@
- ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
diff --git a/b/broccoli.brocc b/b/broccoli.brocc
deleted file mode 100644
index c0339b16..00000000
--- a/b/broccoli.brocc
+++ /dev/null
@@ -1 +0,0 @@
-(out "Hello World" crlf)
diff --git a/c/.gitignore b/c/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/c/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/c/c++.cpp b/c/c++.cpp
deleted file mode 100644
index 3b931f69..00000000
--- a/c/c++.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include
-
-using namespace std;
-
-int main()
-{
- cout << "Hello World" << endl;
-}
diff --git a/c/c.c b/c/c.c
deleted file mode 100644
index 36465c8f..00000000
--- a/c/c.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include
-
-int main(void) {
- printf("Hello World\n");
- return 0;
-}
diff --git a/c/caml.ml b/c/caml.ml
deleted file mode 100644
index 2ef37ded..00000000
--- a/c/caml.ml
+++ /dev/null
@@ -1 +0,0 @@
-print_endline "Hello world!";;
diff --git a/c/cat.cat b/c/cat.cat
deleted file mode 100644
index 557db03d..00000000
--- a/c/cat.cat
+++ /dev/null
@@ -1 +0,0 @@
-Hello World
diff --git a/c/chef.ch b/c/chef.ch
deleted file mode 100644
index 2faf6465..00000000
--- a/c/chef.ch
+++ /dev/null
@@ -1,32 +0,0 @@
-
- World Souffle.
-
- Ingredients.
- 72 g haricot beans
- 101 eggs
- 108 g lard
- 111 cups oil
- 32 zucchinis
- 119 ml water
- 114 g red salmon
- 100 g dijon mustard
- 33 potatoes
-
- Method.
- Put potatoes into the mixing bowl.
- Put dijon mustard into the mixing bowl.
- Put lard into the mixing bowl.
- Put red salmon into the mixing bowl.
- Put oil into the mixing bowl.
- Put water into the mixing bowl.
- Put zucchinis into the mixing bowl.
- Put oil into the mixing bowl.
- Put lard into the mixing bowl.
- Put lard into the mixing bowl.
- Put eggs into the mixing bowl.
- Put haricot beans into the mixing bowl.
- Liquefy contents of the mixing bowl.
- Pour contents of the mixing bowl into the baking dish.
-
- Serves 1.
-
diff --git a/c/cil.il b/c/cil.il
deleted file mode 100644
index cca0c8df..00000000
--- a/c/cil.il
+++ /dev/null
@@ -1,10 +0,0 @@
-// ilasm cil.il
-.assembly HelloWorld {}
-.method public static void Main() cil managed
-{
- .entrypoint
- .maxstack 1
- ldstr "Hello World"
- call void [mscorlib]System.Console::WriteLine(string)
- ret
-}
diff --git a/c/clipper.prg b/c/clipper.prg
deleted file mode 100644
index ba3ff6c2..00000000
--- a/c/clipper.prg
+++ /dev/null
@@ -1 +0,0 @@
-? 'Hello World'
diff --git a/c/clips.clips b/c/clips.clips
deleted file mode 100644
index 637a6131..00000000
--- a/c/clips.clips
+++ /dev/null
@@ -1,8 +0,0 @@
-(defrule hw
- (f ?x)
-=>
- (printout t ?x crlf))
-
-(assert (f "Hello World"))
-
-(run)
diff --git a/c/clisp.lisp b/c/clisp.lisp
deleted file mode 100644
index 6002ba7c..00000000
--- a/c/clisp.lisp
+++ /dev/null
@@ -1 +0,0 @@
-(write-line "Hello World")
\ No newline at end of file
diff --git a/c/clojure.clj b/c/clojure.clj
deleted file mode 100644
index b1cda22e..00000000
--- a/c/clojure.clj
+++ /dev/null
@@ -1 +0,0 @@
-(println "Hello, World")
diff --git a/c/cobol.cbl b/c/cobol.cbl
deleted file mode 100644
index b0eb2c2c..00000000
--- a/c/cobol.cbl
+++ /dev/null
@@ -1,6 +0,0 @@
-IDENTIFICATION DIVISION.
-PROGRAM-ID. HELLOWORLD.
-PROCEDURE DIVISION.
-MAIN.
- DISPLAY 'Hello, world.'.
- STOP RUN.
diff --git a/c/coldfusion.cfm b/c/coldfusion.cfm
deleted file mode 100644
index b90b0bfc..00000000
--- a/c/coldfusion.cfm
+++ /dev/null
@@ -1,2 +0,0 @@
-
- #message#
diff --git a/c/csharp.cs b/c/csharp.cs
deleted file mode 100644
index 23ceef42..00000000
--- a/c/csharp.cs
+++ /dev/null
@@ -1,5 +0,0 @@
-class HelloWorld {
- static void Main() {
- System.Console.WriteLine("Hello World");
- }
-}
\ No newline at end of file
diff --git a/d/.gitignore b/d/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/d/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/d/d.D b/d/d.D
deleted file mode 100644
index c81015fe..00000000
--- a/d/d.D
+++ /dev/null
@@ -1,7 +0,0 @@
-// Hello World in D
-import std.stdio;
-
-void main()
-{
- writefln("Hello World!");
-}
diff --git a/d/db2.sql b/d/db2.sql
deleted file mode 100644
index acdba34f..00000000
--- a/d/db2.sql
+++ /dev/null
@@ -1 +0,0 @@
-VALUES('hello world')
diff --git a/d/delphi.delphi b/d/delphi.delphi
deleted file mode 100644
index 36755f97..00000000
--- a/d/delphi.delphi
+++ /dev/null
@@ -1,8 +0,0 @@
-// Hello World in Delphi
-Program Hello_World;
-
-($APPTYPE CONSOLE)
-
-Begin
- WriteLn('Hello World');
-End.
diff --git a/d/delphi.pas b/d/delphi.pas
deleted file mode 100644
index 01bb7a8e..00000000
--- a/d/delphi.pas
+++ /dev/null
@@ -1,6 +0,0 @@
-program HelloWorld;
-{$APPTYPE CONSOLE}
-
-begin
- WriteLn('Hello World');
-end.
\ No newline at end of file
diff --git a/d/dos.bat b/d/dos.bat
deleted file mode 100644
index 26ccc97f..00000000
--- a/d/dos.bat
+++ /dev/null
@@ -1 +0,0 @@
-@echo Hello World!
diff --git a/d/dtrace.d b/d/dtrace.d
deleted file mode 100644
index 3b16ab54..00000000
--- a/d/dtrace.d
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/sbin/dtrace -qs
-BEGIN {
- printf("Hello World");
- exit(0);
-}
diff --git a/d/dylan.dl b/d/dylan.dl
deleted file mode 100644
index 0c98fc1a..00000000
--- a/d/dylan.dl
+++ /dev/null
@@ -1,5 +0,0 @@
-define method main (#rest args)
- princ("Hello world!");
-end;
-
-main();
diff --git a/e/.gitignore b/e/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/e/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/e/Eiffel.eiff b/e/Eiffel.eiff
deleted file mode 100644
index a89340eb..00000000
--- a/e/Eiffel.eiff
+++ /dev/null
@@ -1,18 +0,0 @@
-indexing "Hello World in Eiffel , from http://roesler-ac.de/wolfram/hello.htm#Eiffel"
-
-class HELLO
-
-creation
- run
-
-feature
-
- run is
- local
- io : BASIC_IO;
- do
- !!io;
- io.put_string("Hello World!");
- io.put_newline
- end; -- run
-end; -- class HELLO
diff --git a/e/ebuild.ebuild b/e/ebuild.ebuild
deleted file mode 100644
index 34293579..00000000
--- a/e/ebuild.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Hello World"
-HOMEPAGE="http://hello-world.org/"
-SRC_URI="http://hello-world.org/"
-
-LICENSE="GPL"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- einfo "Hello World"
-}
diff --git a/e/erlang_hw.erl b/e/erlang_hw.erl
deleted file mode 100644
index 8af4f073..00000000
--- a/e/erlang_hw.erl
+++ /dev/null
@@ -1,5 +0,0 @@
--module(erlang_hw).
--export([start/0]).
-
-start() ->
- io:format("Hello World~n").
\ No newline at end of file
diff --git a/f/.gitignore b/f/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/f/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/f/focal.fc b/f/focal.fc
deleted file mode 100644
index 3e029b99..00000000
--- a/f/focal.fc
+++ /dev/null
@@ -1 +0,0 @@
-0.1.0.1 TYPE "HELLO WORLD" , !
diff --git a/f/forth.f b/f/forth.f
deleted file mode 100644
index fa4372ab..00000000
--- a/f/forth.f
+++ /dev/null
@@ -1 +0,0 @@
-: HELLO S" Hello, world!" TELL CR ;
\ No newline at end of file
diff --git a/f/fortran.f90 b/f/fortran.f90
deleted file mode 100644
index e7c5fc28..00000000
--- a/f/fortran.f90
+++ /dev/null
@@ -1,3 +0,0 @@
-program helloworld
-print *,'Hello World'
-end program helloworld
\ No newline at end of file
diff --git a/f/fortran77.f77 b/f/fortran77.f77
deleted file mode 100644
index c90b99e9..00000000
--- a/f/fortran77.f77
+++ /dev/null
@@ -1,3 +0,0 @@
- PROGRAM HELLOW
- WRITE(UNIT=*, FMT=*) 'Hello World'
- END
diff --git a/g/.gitignore b/g/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/g/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/g/gri.gri b/g/gri.gri
deleted file mode 100644
index f23dad39..00000000
--- a/g/gri.gri
+++ /dev/null
@@ -1 +0,0 @@
-show "hello world"
\ No newline at end of file
diff --git a/g/groovy.groovy b/g/groovy.groovy
deleted file mode 100644
index 95108686..00000000
--- a/g/groovy.groovy
+++ /dev/null
@@ -1 +0,0 @@
-println "Hello World"
diff --git a/go.go b/go.go
deleted file mode 100644
index 5510afe4..00000000
--- a/go.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package main
-
-import "fmt"
-
-func main() {
- fmt.Printf("Hello, 世界\n")
-}
diff --git a/h/.gitignore b/h/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/h/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/h/haskell.hs b/h/haskell.hs
deleted file mode 100644
index dea0b27d..00000000
--- a/h/haskell.hs
+++ /dev/null
@@ -1,4 +0,0 @@
-module Main
- where
-
-main=putStrLn "Hello, World!"
\ No newline at end of file
diff --git a/h/hq9+.h b/h/hq9+.h
deleted file mode 100644
index 8ac2eb50..00000000
--- a/h/hq9+.h
+++ /dev/null
@@ -1 +0,0 @@
-H
\ No newline at end of file
diff --git a/h/html.html b/h/html.html
deleted file mode 100644
index 9e355e58..00000000
--- a/h/html.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-Hello World HTML
-
-
-
-Hello World
-
-
diff --git a/i/.gitignore b/i/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/i/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/i/Io.Io b/i/Io.Io
deleted file mode 100644
index 381e6af6..00000000
--- a/i/Io.Io
+++ /dev/null
@@ -1 +0,0 @@
-"Hello, world!\n" print
diff --git a/i/ici.ici b/i/ici.ici
deleted file mode 100644
index b8236ecb..00000000
--- a/i/ici.ici
+++ /dev/null
@@ -1 +0,0 @@
-printf("Hello World\n");
\ No newline at end of file
diff --git a/i/icon.icn b/i/icon.icn
deleted file mode 100644
index 215d4c22..00000000
--- a/i/icon.icn
+++ /dev/null
@@ -1,3 +0,0 @@
-procedure main()
- write("Hello World");
-end
\ No newline at end of file
diff --git a/i/ioke.ik b/i/ioke.ik
deleted file mode 100644
index 7088d2c1..00000000
--- a/i/ioke.ik
+++ /dev/null
@@ -1 +0,0 @@
-"Hello, World!" println
diff --git a/index.html b/index.html
new file mode 100644
index 00000000..763f9341
--- /dev/null
+++ b/index.html
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+ mimi1971/hello-world @ GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hello world in every programming language
+
+
+
Authors
+
Bruce Cowan (bcowan@fastmail.co.uk)
Benjamin Kramer (benny.kra@gmail.com)
bill[y] (billshelton@comcast.net)
Bryce Kerley (bkerley@brycekerley.net)
Bradly Feeley (bradlyf@gmail.com)
Bryce Roney (brycer22@gmail.com)
Chris Wanstrath (chris@ozmm.org)
Clive Crous (clive@crous.co.za)
Colin Campbell-McPherson (colin@logaan.net)
Nicolás Sanguinetti (contacto@nicolassanguinetti.info)
Dana Contreras (dana@danadanger.org)
fogus (devnull@earthvssoup.com)
Elliot Winard (elliot.winard@frogdesign.com)
Henrik N (henrik@nyh.se)
Carsten Nielsen (heycarsten@gmail.com)
Harvey (hmeftah@yahoo.com)
William Suggs (joshsuggs@gmail.com)
Kevin Ballard (kevin@sb.org)
Kai Krakow (kk@netactive.de)
Matt Foster (matt.p.foster@gmail.com)
Michael Gebetsroither (michael.geb@gmx.at)
Miguel Aranha Baldi Hörlle (miguel.horlle@gmail.com)
Mike Green (mike.is.green@gmail.com)
Mike Donaghy (mike@mikedonaghy.org)
Pat Nakajima (patnakajima@gmail.com)
Aupajo (pete@metanation.com)
Pratik K. Patel (pkpatel88@gmail.com)
Robert Wohlrab (robert.wohlrab@gmx.de)
Timothy Goddard (tim@goddard.net.nz)
tinogomes (tinorj@gmail.com)
Yacin Nadji (ynadji@iit.edu)
+
Contact
+
(mrwetmor@nyontap.com)
+
+
+
Download
+
+ You can download this project in either
+ zip or
+ tar formats.
+
+
You can also clone the project with Git
+ by running:
+
$ git clone git://github.com/mimi1971/hello-world
+
+
+
+
+
+
+
+");
+pageTracker._trackPageview();
+} catch(err) {}
+
+
diff --git a/j/.gitignore b/j/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/j/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/j/j.ijs b/j/j.ijs
deleted file mode 100644
index 42e92616..00000000
--- a/j/j.ijs
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/opt/local/bin/jc
-echo 'Hello World'
-exit ''
diff --git a/j/jade.jade b/j/jade.jade
deleted file mode 100644
index 4b11ea20..00000000
--- a/j/jade.jade
+++ /dev/null
@@ -1,5 +0,0 @@
-helloWorld();
-
-begin
- write "Hello World";
-end;
\ No newline at end of file
diff --git a/j/jason.mas2j b/j/jason.mas2j
deleted file mode 100644
index 8ebe75bc..00000000
--- a/j/jason.mas2j
+++ /dev/null
@@ -1,2 +0,0 @@
-!greeting.
-+!greeting : true <- .print("Hello World").
\ No newline at end of file
diff --git a/j/java.java b/j/java.java
deleted file mode 100644
index 9611a4ee..00000000
--- a/j/java.java
+++ /dev/null
@@ -1,5 +0,0 @@
-public class java {
- public static void main(String[] args) {
- System.out.println("Hello World");
- }
-}
diff --git a/j/javascript.js b/j/javascript.js
deleted file mode 100644
index 6e7bffe1..00000000
--- a/j/javascript.js
+++ /dev/null
@@ -1 +0,0 @@
-alert("Hello World");
\ No newline at end of file
diff --git a/j/jess.cpl b/j/jess.cpl
deleted file mode 100644
index e894f2cc..00000000
--- a/j/jess.cpl
+++ /dev/null
@@ -1 +0,0 @@
-(printout t "Hello World")
\ No newline at end of file
diff --git a/k/.gitignore b/k/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/k/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/k/k.k b/k/k.k
deleted file mode 100644
index 4fc99e24..00000000
--- a/k/k.k
+++ /dev/null
@@ -1 +0,0 @@
-"Hello World\n"
\ No newline at end of file
diff --git a/l/.gitignore b/l/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/l/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/l/LaTeX.tex b/l/LaTeX.tex
deleted file mode 100644
index d27547be..00000000
--- a/l/LaTeX.tex
+++ /dev/null
@@ -1,4 +0,0 @@
-\documentclass{article}
-\begin{document}
-Hello World
-\end{document}
diff --git a/l/limbo.b b/l/limbo.b
deleted file mode 100644
index 279cbac6..00000000
--- a/l/limbo.b
+++ /dev/null
@@ -1,16 +0,0 @@
-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/l/linux-x86.nasm b/l/linux-x86.nasm
deleted file mode 100644
index 0294017a..00000000
--- a/l/linux-x86.nasm
+++ /dev/null
@@ -1,18 +0,0 @@
-# nasm linux-x86.nasm -o linux-x86.o -f elf && ld linux-x86.o -m elf_i386 -o linux-x86
-
-section .data
-msg db "Hello World", 0xa
-len equ $ - msg
-
-section .text
-global _start
-_start:
- mov eax, 4
- mov ebx, 1
- mov ecx, msg
- mov edx, len
- int 0x80
-
- mov eax, 1
- mov ebx, 0
- int 0x80
diff --git a/l/lisp.lsp b/l/lisp.lsp
deleted file mode 100644
index f73945fe..00000000
--- a/l/lisp.lsp
+++ /dev/null
@@ -1,4 +0,0 @@
-; LISP
-(DEFUN HELLO-WORLD ()
- (PRINT (LIST 'HELLO 'WORLD))
-)
diff --git a/l/llvm.ll b/l/llvm.ll
deleted file mode 100644
index 1ba91f5e..00000000
--- a/l/llvm.ll
+++ /dev/null
@@ -1,14 +0,0 @@
-; llvm-as llvm.ll
-; x86 assembly: llc llvm.bc -o llvm.s -march x86
-; interpreter: lli llvm.bc
-
-target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
-@.str = internal constant [12 x i8] c"Hello World\00"
-
-; puts from libc
-declare i32 @puts(i8*)
-
-define i32 @main(...) {
- call i32 @puts(i8* getelementptr([12 x i8]* @.str, i32 0, i32 0))
- ret i32 0
-}
diff --git a/l/lolcode.lol b/l/lolcode.lol
deleted file mode 100644
index baace9e2..00000000
--- a/l/lolcode.lol
+++ /dev/null
@@ -1,4 +0,0 @@
-HAI
-CAN HAS STDIO?
-VISIBLE "Hello World"
-KTHXBYE
diff --git a/l/ls.ls/Hello world b/l/ls.ls/Hello world
deleted file mode 100644
index e69de29b..00000000
diff --git a/l/lsl.lsl b/l/lsl.lsl
deleted file mode 100644
index 85c6c487..00000000
--- a/l/lsl.lsl
+++ /dev/null
@@ -1,7 +0,0 @@
-default
-{
- state_entry()
- {
- llSay(0, "Hello World");
- }
-}
\ No newline at end of file
diff --git a/l/lua.lua b/l/lua.lua
deleted file mode 100644
index 8e235769..00000000
--- a/l/lua.lua
+++ /dev/null
@@ -1 +0,0 @@
-print("Hello World")
\ No newline at end of file
diff --git a/m/.gitignore b/m/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/m/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/m/m4.m4 b/m/m4.m4
deleted file mode 100644
index 5ab2f8a4..00000000
--- a/m/m4.m4
+++ /dev/null
@@ -1 +0,0 @@
-Hello
\ No newline at end of file
diff --git a/m/malbolge.mbg b/m/malbolge.mbg
deleted file mode 100644
index cf3c3ed7..00000000
--- a/m/malbolge.mbg
+++ /dev/null
@@ -1,2 +0,0 @@
-(=<`:9876Z4321UT.-Q+*)M'&%$H"!~}|Bzy?=|{z]KwZY44Eq0/{mlk**
-hKs_dG5[m_BA{?-Y;;Vb'rR5431M}/.zHGwEDCAA@98\6543W10/.R,+O<
diff --git a/m/matlab.m b/m/matlab.m
deleted file mode 100644
index f53e36bf..00000000
--- a/m/matlab.m
+++ /dev/null
@@ -1 +0,0 @@
-disp('hello world')
\ No newline at end of file
diff --git a/m/mel.mel b/m/mel.mel
deleted file mode 100644
index 585e5d8e..00000000
--- a/m/mel.mel
+++ /dev/null
@@ -1,4 +0,0 @@
-proc helloWorld () {
- print "Hello World\n";
-}
-helloWorld;
diff --git a/m/modula-2.mod b/m/modula-2.mod
deleted file mode 100644
index d3860a96..00000000
--- a/m/modula-2.mod
+++ /dev/null
@@ -1,10 +0,0 @@
-MODULE HelloWorld;
-
-FROM Terminal2 IMPORT WriteString, WriteLn;
-
-BEGIN
-
- WriteString("Hello World");
- WriteLn;
-
-END HelloWorld.
\ No newline at end of file
diff --git a/m/modula-3.m3 b/m/modula-3.m3
deleted file mode 100644
index dcfdf0fe..00000000
--- a/m/modula-3.m3
+++ /dev/null
@@ -1,5 +0,0 @@
-MODULE HelloWorld;
-IMPORT Io;
-BEGIN
- IO.Put ("Hello World\n")
-END HelloWorld.
\ No newline at end of file
diff --git a/m/morsecode b/m/morsecode
deleted file mode 100644
index e727cbbf..00000000
--- a/m/morsecode
+++ /dev/null
@@ -1 +0,0 @@
-.... . .-.. .-.. --- .-- --- .-. .-.. -..
diff --git a/m/muf.muf b/m/muf.muf
deleted file mode 100644
index 4e154cf2..00000000
--- a/m/muf.muf
+++ /dev/null
@@ -1,3 +0,0 @@
-: main
- me @ "Hello World" notify
-;
diff --git a/m/mysql.sql b/m/mysql.sql
deleted file mode 100644
index 1959170a..00000000
--- a/m/mysql.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-SET @message = 'Hello World!';
-SELECT @message;
diff --git a/n/.gitignore b/n/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/n/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/n/newtonscript.nwt b/n/newtonscript.nwt
deleted file mode 100644
index 22312f9c..00000000
--- a/n/newtonscript.nwt
+++ /dev/null
@@ -1,15 +0,0 @@
-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/n/nice.nice b/n/nice.nice
deleted file mode 100644
index 33346a26..00000000
--- a/n/nice.nice
+++ /dev/null
@@ -1,3 +0,0 @@
-void main(String[] args){
- println("hello world");
-}
\ No newline at end of file
diff --git a/n/nu.nu b/n/nu.nu
deleted file mode 100644
index 4c0d9c87..00000000
--- a/n/nu.nu
+++ /dev/null
@@ -1 +0,0 @@
-(puts "Hello World")
diff --git a/o/.gitignore b/o/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/o/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/o/OpenLaszlo.lzx b/o/OpenLaszlo.lzx
deleted file mode 100644
index 1f594478..00000000
--- a/o/OpenLaszlo.lzx
+++ /dev/null
@@ -1,3 +0,0 @@
-
- Hello World!
-
diff --git a/o/oberon-2.obn b/o/oberon-2.obn
deleted file mode 100644
index b54ecf1c..00000000
--- a/o/oberon-2.obn
+++ /dev/null
@@ -1,6 +0,0 @@
-MODULE HelloWorld;
-IMPORT Out;
-BEGIN
- Out.String( "Hello World" );
- Out.Ln;
-END HelloWorld.
\ No newline at end of file
diff --git a/o/oberon.o b/o/oberon.o
deleted file mode 100644
index c1483e17..00000000
--- a/o/oberon.o
+++ /dev/null
@@ -1,8 +0,0 @@
-MODULE HelloWorld;
-
-IMPORT Out;
-
-BEGIN
- Out.Open;
- Out.String('Hello World');
-END HelloWorld.
diff --git a/o/objc.m b/o/objc.m
deleted file mode 100644
index 0398e29e..00000000
--- a/o/objc.m
+++ /dev/null
@@ -1,7 +0,0 @@
-#import
-
-int main(int argc, char *argv[])
-{
- NSLog(@"Hello, World!\n");
- return 0;
-}
diff --git a/o/ocaml.ml b/o/ocaml.ml
deleted file mode 100644
index 93dbf378..00000000
--- a/o/ocaml.ml
+++ /dev/null
@@ -1 +0,0 @@
-print_string "Hello World\n"
\ No newline at end of file
diff --git a/o/octave.octave b/o/octave.octave
deleted file mode 100644
index 5a178345..00000000
--- a/o/octave.octave
+++ /dev/null
@@ -1,2 +0,0 @@
-#Hello World in Octave (http://www.octave.org/)
-printf("Hello World\n");
diff --git a/o/ook.ok b/o/ook.ok
deleted file mode 100644
index e0f52723..00000000
--- a/o/ook.ok
+++ /dev/null
@@ -1,19 +0,0 @@
-Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook.
-Ook. Ook. Ook. Ook. Ook! Ook? Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook.
-Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook! Ook! Ook? Ook! Ook? Ook.
-Ook! Ook. Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook.
-Ook. Ook. Ook! Ook? Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook?
-Ook! Ook! Ook? Ook! Ook? Ook. Ook. Ook. Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook.
-Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook. Ook! Ook. Ook. Ook. Ook. Ook.
-Ook. Ook. Ook! Ook. Ook. Ook? Ook. Ook? Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook.
-Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook? Ook? Ook. Ook. Ook.
-Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook! Ook! Ook? Ook! Ook? Ook. Ook! Ook.
-Ook. Ook? Ook. Ook? Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook.
-Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook? Ook? Ook. Ook. Ook.
-Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook.
-Ook. Ook? Ook! Ook! Ook? Ook! Ook? Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook.
-Ook? Ook. Ook? Ook. Ook? Ook. Ook? Ook. Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook.
-Ook! Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook.
-Ook! Ook! 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/p/.gitignore b/p/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/p/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/p/pascal.p b/p/pascal.p
deleted file mode 100644
index b42988a2..00000000
--- a/p/pascal.p
+++ /dev/null
@@ -1,4 +0,0 @@
-program HelloWorld(output);
-begin
- writeln('Hello World')
-end
diff --git a/p/perl.pl b/p/perl.pl
deleted file mode 100644
index 9f7623dd..00000000
--- a/p/perl.pl
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/perl
-print "Hello World\n";
diff --git a/p/php.php b/p/php.php
deleted file mode 100644
index 02e264ec..00000000
--- a/p/php.php
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/p/pike.pike b/p/pike.pike
deleted file mode 100644
index 8797408b..00000000
--- a/p/pike.pike
+++ /dev/null
@@ -1,5 +0,0 @@
-// Hello world in Pike (pike.roxen.com)
-
-int main(){
- write("Hello World!\n");
-}
diff --git a/p/pizza.pizza b/p/pizza.pizza
deleted file mode 100644
index 8fa86024..00000000
--- a/p/pizza.pizza
+++ /dev/null
@@ -1,5 +0,0 @@
-class HelloWorld {
- public static void main(String[] args) {
- System.out.println("Hello World");
- }
-}
\ No newline at end of file
diff --git a/p/pluvo.pvo b/p/pluvo.pvo
deleted file mode 100644
index ba670b65..00000000
--- a/p/pluvo.pvo
+++ /dev/null
@@ -1 +0,0 @@
-say "Hello World"
diff --git a/p/postgresql.sql b/p/postgresql.sql
deleted file mode 100644
index de37c786..00000000
--- a/p/postgresql.sql
+++ /dev/null
@@ -1 +0,0 @@
-SELECT 'Hello World' as hello_message;
diff --git a/p/postscript.ps b/p/postscript.ps
deleted file mode 100644
index 2bed27a4..00000000
--- a/p/postscript.ps
+++ /dev/null
@@ -1,2 +0,0 @@
-% run> gs -q -sDEVICE=nullpage postscript.ps
-(Hello world!\n) print quit
\ No newline at end of file
diff --git a/p/postscript_page.ps b/p/postscript_page.ps
deleted file mode 100644
index 15a18ec3..00000000
--- a/p/postscript_page.ps
+++ /dev/null
@@ -1,11 +0,0 @@
-% 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/p/prolog.pro b/p/prolog.pro
deleted file mode 100644
index 5dfa88e5..00000000
--- a/p/prolog.pro
+++ /dev/null
@@ -1 +0,0 @@
-write('Hello World').
diff --git a/p/python.py b/p/python.py
deleted file mode 100644
index b2dc5fcf..00000000
--- a/p/python.py
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/env python
-print "Hello World"
diff --git a/p/python3.py b/p/python3.py
deleted file mode 100644
index 778f3266..00000000
--- a/p/python3.py
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/env python
-print("Hello World")
diff --git a/q/.gitignore b/q/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/q/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/q/QuakeC.qc b/q/QuakeC.qc
deleted file mode 100644
index bb3e43a2..00000000
--- a/q/QuakeC.qc
+++ /dev/null
@@ -1 +0,0 @@
-bprint("Hello World\n");
\ No newline at end of file
diff --git a/q/qore.q b/q/qore.q
deleted file mode 100755
index b52899fa..00000000
--- a/q/qore.q
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env qore
-%exec-class HelloWorld
-class HelloWorld
-{
- constructor()
- {
- background $.say("Hello World");
- }
- private say($arg)
- {
- printf("%s\n", $arg);
- }
-}
diff --git a/r/.gitignore b/r/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/r/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/r/R.R b/r/R.R
deleted file mode 100644
index 1ed8857d..00000000
--- a/r/R.R
+++ /dev/null
@@ -1 +0,0 @@
-cat("Hello world\n")
\ No newline at end of file
diff --git a/r/ratfor.ratfor b/r/ratfor.ratfor
deleted file mode 100644
index 03d0adb8..00000000
--- a/r/ratfor.ratfor
+++ /dev/null
@@ -1,2 +0,0 @@
-print *, 'Hello, world'
-end
\ No newline at end of file
diff --git a/r/readlink.readlink b/r/readlink.readlink
deleted file mode 120000
index 70c379b6..00000000
--- a/r/readlink.readlink
+++ /dev/null
@@ -1 +0,0 @@
-Hello world
\ No newline at end of file
diff --git a/r/rebol.r b/r/rebol.r
deleted file mode 100644
index f4da9afa..00000000
--- a/r/rebol.r
+++ /dev/null
@@ -1 +0,0 @@
-print "Hello World!"
diff --git a/r/rexx.rexx b/r/rexx.rexx
deleted file mode 100644
index ff34f2e6..00000000
--- a/r/rexx.rexx
+++ /dev/null
@@ -1,2 +0,0 @@
-<>=
-Say "Hello, World!"
diff --git a/r/ruby.rb b/r/ruby.rb
deleted file mode 100644
index 2beb1f22..00000000
--- a/r/ruby.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/ruby
-puts "Hello World"
diff --git a/s/.gitignore b/s/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/s/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/s/scala.scala b/s/scala.scala
deleted file mode 100644
index f88f0ac8..00000000
--- a/s/scala.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object HelloWorld extends Application {
- println("Hello World")
-}
diff --git a/s/scheme.scm b/s/scheme.scm
deleted file mode 100644
index 9ea18e99..00000000
--- a/s/scheme.scm
+++ /dev/null
@@ -1 +0,0 @@
-(display "Hello World") (newline)
diff --git a/s/shakespeare.spl b/s/shakespeare.spl
deleted file mode 100644
index cd55cbb7..00000000
--- a/s/shakespeare.spl
+++ /dev/null
@@ -1,89 +0,0 @@
-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/s/shell.sh b/s/shell.sh
deleted file mode 100644
index 94e0f20e..00000000
--- a/s/shell.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-echo "Hello World"
diff --git a/s/simula.sim b/s/simula.sim
deleted file mode 100644
index 8834303b..00000000
--- a/s/simula.sim
+++ /dev/null
@@ -1,4 +0,0 @@
-Begin
- OutText ("Hello World!");
- Outimage;
-End;
\ No newline at end of file
diff --git a/s/smalltalk.sm b/s/smalltalk.sm
deleted file mode 100644
index 9666dace..00000000
--- a/s/smalltalk.sm
+++ /dev/null
@@ -1 +0,0 @@
-Transcript show: 'Hello, world!'.
diff --git a/s/smil.smil b/s/smil.smil
deleted file mode 100644
index 02e25aa3..00000000
--- a/s/smil.smil
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/s/svg.svg b/s/svg.svg
deleted file mode 100644
index 412f6e58..00000000
--- a/s/svg.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
- Hello World
-
- Hello World
-
-
-
diff --git a/scala.scala b/scala.scala
deleted file mode 100644
index ce438bd2..00000000
--- a/scala.scala
+++ /dev/null
@@ -1 +0,0 @@
-print "Hello World"
diff --git a/t/.gitignore b/t/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/t/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/t/TeX.tex b/t/TeX.tex
deleted file mode 100644
index 4e06613f..00000000
--- a/t/TeX.tex
+++ /dev/null
@@ -1,2 +0,0 @@
-Hello World
-\bye
diff --git a/t/telephone b/t/telephone
deleted file mode 100644
index 91823c56..00000000
--- a/t/telephone
+++ /dev/null
@@ -1,2 +0,0 @@
-#How to Spell HELO WORLD on a standard telephone keypad
-435509 990753
diff --git a/t/thue.th b/t/thue.th
deleted file mode 100644
index 174131fb..00000000
--- a/t/thue.th
+++ /dev/null
@@ -1,4 +0,0 @@
-a::=~Hello World!
-::=
-a
-
diff --git a/t/tibasic.ti b/t/tibasic.ti
deleted file mode 100755
index 680d47e1..00000000
--- a/t/tibasic.ti
+++ /dev/null
@@ -1,3 +0,0 @@
-PROGRAM:HELLOW
-:ClrHome
-:Disp "HELLO WORLD!"
\ No newline at end of file
diff --git a/t/tk.tk b/t/tk.tk
deleted file mode 100644
index 4b35728f..00000000
--- a/t/tk.tk
+++ /dev/null
@@ -1,2 +0,0 @@
-label .l -text "Hello World!"
-pack .l
\ No newline at end of file
diff --git a/t/tsql.sql b/t/tsql.sql
deleted file mode 100644
index 080fc9f4..00000000
--- a/t/tsql.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-DECLARE @message varchar(128)
-SELECT @message = 'Hello World!'
-PRINT @message
diff --git a/t/turing.oot b/t/turing.oot
deleted file mode 100644
index f67b1495..00000000
--- a/t/turing.oot
+++ /dev/null
@@ -1 +0,0 @@
-put "Hello World"
\ No newline at end of file
diff --git a/u/.gitignore b/u/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/u/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/u/ubiquity.ubiquity b/u/ubiquity.ubiquity
deleted file mode 100644
index 4b064a9f..00000000
--- a/u/ubiquity.ubiquity
+++ /dev/null
@@ -1,3 +0,0 @@
-function cmd_hello_world() {
- displayMessage("Hello, World!");
-}
diff --git a/u/unicomal.lst b/u/unicomal.lst
deleted file mode 100644
index 1705c1b5..00000000
--- a/u/unicomal.lst
+++ /dev/null
@@ -1 +0,0 @@
-0100 PRINT "Hello World"
\ No newline at end of file
diff --git a/u/unlambda.unl b/u/unlambda.unl
deleted file mode 100644
index a6bd8dd7..00000000
--- a/u/unlambda.unl
+++ /dev/null
@@ -1 +0,0 @@
-`r```````````.H.e.l.l.o. .w.o.r.l.di
\ No newline at end of file
diff --git a/v/.gitignore b/v/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/v/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/v/vala.vala b/v/vala.vala
deleted file mode 100644
index 2e43a139..00000000
--- a/v/vala.vala
+++ /dev/null
@@ -1,5 +0,0 @@
-static void main (string[] args)
-{
- stdout.printf ("Hello World\n");
-}
-
diff --git a/v/vbnet.vb b/v/vbnet.vb
deleted file mode 100644
index 8e4ebf0f..00000000
--- a/v/vbnet.vb
+++ /dev/null
@@ -1,5 +0,0 @@
-Module HelloWorld
- Sub Main()
- System.Console.WriteLine("Hello World")
- End Sub
-End Module
\ No newline at end of file
diff --git a/v/vhdl.vhdl b/v/vhdl.vhdl
deleted file mode 100755
index cf783f75..00000000
--- a/v/vhdl.vhdl
+++ /dev/null
@@ -1,13 +0,0 @@
-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/v/visualbasic.vb b/v/visualbasic.vb
deleted file mode 100755
index 97fa898b..00000000
--- a/v/visualbasic.vb
+++ /dev/null
@@ -1,5 +0,0 @@
-Module HelloWorld
- Sub Main()
- MsgBox("Hello world!")
- End Sub
-End Module
\ No newline at end of file
diff --git a/v/vrml.wrl b/v/vrml.wrl
deleted file mode 100644
index 81006b31..00000000
--- a/v/vrml.wrl
+++ /dev/null
@@ -1,6 +0,0 @@
-#VRML V2.0 utf8
-Shape {
- geometry Text {
- string "Hello World"
- }
-}
\ No newline at end of file
diff --git a/w/.gitignore b/w/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/w/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/w/whenever.whenever b/w/whenever.whenever
deleted file mode 100644
index 84cdeeb2..00000000
--- a/w/whenever.whenever
+++ /dev/null
@@ -1 +0,0 @@
-1 print("Hello world!");
diff --git a/w/whitespace.ws b/w/whitespace.ws
deleted file mode 100644
index 26e3e161..00000000
--- a/w/whitespace.ws
+++ /dev/null
@@ -1,111 +0,0 @@
-Say hello.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/w/wml.wml b/w/wml.wml
deleted file mode 100644
index 4a1e41fc..00000000
--- a/w/wml.wml
+++ /dev/null
@@ -1,6 +0,0 @@
-#define HELLOWORLD
- [message]
- speaker="narrator"
- message=_"Hello World"
- [/message]
-#enddef
\ No newline at end of file
diff --git a/w/wsh.vbs b/w/wsh.vbs
deleted file mode 100644
index 041fd2cc..00000000
--- a/w/wsh.vbs
+++ /dev/null
@@ -1,2 +0,0 @@
-WScript.Echo "Hello World"
-WScript.Quit
\ No newline at end of file
diff --git a/x/.gitignore b/x/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/x/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/x/xbase++.prg b/x/xbase++.prg
deleted file mode 100644
index a988cc85..00000000
--- a/x/xbase++.prg
+++ /dev/null
@@ -1,3 +0,0 @@
-func Main()
- Qout("Hello World")
-return 1
\ No newline at end of file
diff --git a/x/xlogo.lgo b/x/xlogo.lgo
deleted file mode 100644
index d68815cc..00000000
--- a/x/xlogo.lgo
+++ /dev/null
@@ -1,53 +0,0 @@
-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/x/xml.xml b/x/xml.xml
deleted file mode 100644
index f2cfb168..00000000
--- a/x/xml.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/x/xpl0.xpl b/x/xpl0.xpl
deleted file mode 100644
index 660a8d88..00000000
--- a/x/xpl0.xpl
+++ /dev/null
@@ -1,2 +0,0 @@
-code Text=12;
-Text(0, "Hello World")
diff --git a/x/xslt.xslt b/x/xslt.xslt
deleted file mode 100644
index 5cc0cf64..00000000
--- a/x/xslt.xslt
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
- Hello World!
-
-
diff --git a/x/xul.xul b/x/xul.xul
deleted file mode 100644
index 8ab90f55..00000000
--- a/x/xul.xul
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
diff --git a/y/.gitignore b/y/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/y/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/y/Y.y b/y/Y.y
deleted file mode 100644
index dd017444..00000000
--- a/y/Y.y
+++ /dev/null
@@ -1,10 +0,0 @@
-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/y/yaml.yaml b/y/yaml.yaml
deleted file mode 100644
index 0d8e794f..00000000
--- a/y/yaml.yaml
+++ /dev/null
@@ -1 +0,0 @@
-hello: world
\ No newline at end of file
diff --git a/z/.gitignore b/z/.gitignore
deleted file mode 100644
index dbbd2e9b..00000000
--- a/z/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.swp*
-*tmp*
-*swp*
-*~
diff --git a/z/zim.zim b/z/zim.zim
deleted file mode 100644
index 74cba219..00000000
--- a/z/zim.zim
+++ /dev/null
@@ -1 +0,0 @@
-output "Hello World"
\ No newline at end of file
diff --git a/z/zombie.zombie b/z/zombie.zombie
deleted file mode 100644
index aa9e7b56..00000000
--- a/z/zombie.zombie
+++ /dev/null
@@ -1,6 +0,0 @@
-HelloWorld is a zombie
-summon
- task SayHello
- say "Hello World!"
- animate
-animate
diff --git a/z/zonnon.znn b/z/zonnon.znn
deleted file mode 100644
index 65fedd80..00000000
--- a/z/zonnon.znn
+++ /dev/null
@@ -1,4 +0,0 @@
-module HelloWorld;
-begin
- writeln("Hello World");
-end HelloWorld.
\ No newline at end of file