Revert "github generated gh-pages branch"
This reverts commit 97e0e510b5.
This commit is contained in:
4
j/.gitignore
vendored
Normal file
4
j/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
*.swp*
|
||||
*tmp*
|
||||
*swp*
|
||||
*~
|
||||
5
j/jade.jade
Normal file
5
j/jade.jade
Normal file
@@ -0,0 +1,5 @@
|
||||
helloWorld();
|
||||
|
||||
begin
|
||||
write "Hello World";
|
||||
end;
|
||||
2
j/jason.mas2j
Normal file
2
j/jason.mas2j
Normal file
@@ -0,0 +1,2 @@
|
||||
!greeting.
|
||||
+!greeting : true <- .print("Hello World").
|
||||
5
j/java.java
Normal file
5
j/java.java
Normal 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
1
j/javascript.js
Normal file
@@ -0,0 +1 @@
|
||||
alert("Hello World");
|
||||
1
j/jess.cpl
Normal file
1
j/jess.cpl
Normal file
@@ -0,0 +1 @@
|
||||
(printout t "Hello World")
|
||||
Reference in New Issue
Block a user