Revert "github generated gh-pages branch"
This reverts commit 97e0e510b5.
This commit is contained in:
4
t/.gitignore
vendored
Normal file
4
t/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
*.swp*
|
||||
*tmp*
|
||||
*swp*
|
||||
*~
|
||||
2
t/telephone
Normal file
2
t/telephone
Normal file
@@ -0,0 +1,2 @@
|
||||
#How to Spell HELO WORLD on a standard telephone keypad
|
||||
435509 990753
|
||||
3
t/tibasic.ti
Executable file
3
t/tibasic.ti
Executable file
@@ -0,0 +1,3 @@
|
||||
PROGRAM:HELLOW
|
||||
:ClrHome
|
||||
:Disp "HELLO WORLD!"
|
||||
3
t/tsql.sql
Normal file
3
t/tsql.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DECLARE @message varchar(128)
|
||||
SELECT @message = 'Hello World!'
|
||||
PRINT @message
|
||||
1
t/turing.oot
Normal file
1
t/turing.oot
Normal file
@@ -0,0 +1 @@
|
||||
put "Hello World"
|
||||
Reference in New Issue
Block a user