Test code
Ok, when my old blog servers conk out this will be my tech blog. So I want to this opportunity to test its technical blogging capability.
public class Test {
public static void main(String[] args){
System.out.println("Jared Rocks!");
}
}
Comments