Posts Tagged Uncategorized
Hello world!
Posted by admin in Uncategorized on June 17th, 2009
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
<?php if ($a > $b) echo "a is bigger than b"; ?>
// HelloWorld.java
public class HelloWorld {
public static void main (String args[]) {
System.out.println ("Hello, World!");
}
}