root/lang/java/misc/C.java

Revision 2247, 68 bytes (checked in by holidays-l, 10 months ago)

lang/java/misc/C.java: Minimum "hello, world" in Java

Line 
1class C{static{System.out.print("hello, world\n");System.exit(0);}}
Note: See TracBrowser for help on using the browser.