*** MOVED ***

NOTE: I have merged the contents of this blog with my web-site. I will not be updating this blog any more.

2005-12-02

"Hello World" Sans Semi-Colons (Java)

Srikanth has a better solution that works with JDK1.5:

public class Sriki
{
public static void main( String[] args)
{
if( System.out.append( "Hello World!\n") != null)
{
}
}
}


(Originally posted on Advogato.)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.