News:

Facebook killed the radio star. And by radio star, I mean the premise of distributed forums around the internet. And that got got by Instagram/SnapChat. And that got got by TikTok. Where the fuck is the internet we once knew?

Main Menu

I made the uber-est java program ever

Started by rabbit, January 11, 2005, 08:37:38 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

rabbit

QuoteD:\Program Files\eclipse-SDK-3.0.1-win32\eclipse\workspace\hithere>java main NEW
BYS MOM
Hello, NEWBYS MOM

I pwnzor~~

public class main
{
public static void main(String [] args)
{
System.out.print("Hello, ");
if(args.length == 0)
System.out.print("whoever you are");
else
for(int i = 0; i < args.length; i++)
{
System.out.print(args[i] + " ");
}
System.out.println();
}
}