Java hello

Java code posted
created at 23 May 23:15

Edit | Back
1
2
3
4
5
class Hello {
public static void main(String[] args){
System.out.println("Hello World");
}
}
96 Bytes in 2 ms with coderay