Files
hello-world/java.java
Michael Gebetsroither 1d0c2933a4 fixed java.java
2007-11-21 12:38:08 +01:00

8 lines
104 B
Java

class helloclass
{
public static void main(String args[])
{
System.out.println("Hello World");
}
}