HelloWorld

C code posted
created at 09 Apr 11:14, updated at 13 Apr 10:25

Edit | Back
1
2
3
4
5
6
7
8
class HelloWorld 

{
  public static void main (String args[])
  {
    System.out.println("HelloWorld");
  }
}
112 Bytes in 2 ms with coderay