Merge branch 'master' of git://github.com/leachim6/hello-world

This commit is contained in:
Pratik K. Patel
2008-07-26 10:52:02 -05:00
87 changed files with 105 additions and 16 deletions

4
j/.gitignore vendored Normal file
View File

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

7
j/java.java Normal file
View File

@@ -0,0 +1,7 @@
class HelloClass
{
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");