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
j/.gitignore vendored Normal file
View File

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

3
j/j.ijs Normal file
View File

@@ -0,0 +1,3 @@
#!/opt/local/bin/jc
echo 'Hello World'
exit ''

5
j/jade.jade Normal file
View File

@@ -0,0 +1,5 @@
helloWorld();
begin
write "Hello World";
end;

2
j/jason.mas2j Normal file
View File

@@ -0,0 +1,2 @@
!greeting.
+!greeting : true <- .print("Hello World").

5
j/java.java Normal file
View File

@@ -0,0 +1,5 @@
public class java {
public static void main(String[] args) {
System.out.println("Hello World");
}
}

1
j/javascript.js Normal file
View File

@@ -0,0 +1 @@
alert("Hello World");

1
j/jess.cpl Normal file
View File

@@ -0,0 +1 @@
(printout t "Hello World")