fixed java.java

This commit is contained in:
Michael Gebetsroither
2007-11-21 12:38:08 +01:00
parent 8baf6a833b
commit 1d0c2933a4

View File

@@ -2,6 +2,6 @@ class helloclass
{
public static void main(String args[])
{
system.out.println("Hello World");
System.out.println("Hello World");
}
}