hello world, how classic...
Code:
class HelloWorld
{
public static void main(String args[])
{
String greeting = "Hello";
System.out.println(greeting + " World!");
}
}
same thing, more junk, result:
boolean truth = (php >= java);
looking forward to more.
[edited to correct logic error, may as well be accurate]