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

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");
}
}