Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Smallest "Hello World" Challenge

Name: Anonymous 2011-10-24 15:36

Program:
1.cannot: use assembler and non-portable OS APIs
2.outputs "Hello World" in visible form.
3.must be compiled into a single program unit which can be transferred between any two machines(with same OS) and run "Hello World".

Name: Anonymous 2011-10-24 16:19


public class HelloWorld
{
  public static void main(String[] args)
  {
    System.out.pritnf("Hello World%n");
  }
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List