Revert "github generated gh-pages branch"

This reverts commit 97e0e510b5.
This commit is contained in:
Robert Peters
2011-03-13 20:36:14 +01:00
parent 97e0e510b5
commit 7f878aa890
181 changed files with 1096 additions and 88 deletions

4
t/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
*.swp*
*tmp*
*swp*
*~

2
t/TeX.tex Normal file
View File

@@ -0,0 +1,2 @@
Hello World
\bye

2
t/telephone Normal file
View File

@@ -0,0 +1,2 @@
#How to Spell HELO WORLD on a standard telephone keypad
435509 990753

4
t/thue.th Normal file
View File

@@ -0,0 +1,4 @@
a::=~Hello World!
::=
a

3
t/tibasic.ti Executable file
View File

@@ -0,0 +1,3 @@
PROGRAM:HELLOW
:ClrHome
:Disp "HELLO WORLD!"

2
t/tk.tk Normal file
View File

@@ -0,0 +1,2 @@
label .l -text "Hello World!"
pack .l

3
t/tsql.sql Normal file
View File

@@ -0,0 +1,3 @@
DECLARE @message varchar(128)
SELECT @message = 'Hello World!'
PRINT @message

1
t/turing.oot Normal file
View File

@@ -0,0 +1 @@
put "Hello World"