Programming
Just so it’s clear … cat’s can program just fine.
For instance …
public class MeowWorld extends Object {
public static final void main(String[] args) {
MeowWorld meow = new MeowWorld();
meow.go();
}
private void go() {
System.out.println("Just in case you were wondering");
System.out.println("Meow world");
}
}
So there!
July 2nd, 2006 at 6:09 pm
Riley, you have a very entertaining blog. Watch out for the monkey feet! I know about sore paws. I can empathize with you. Keep up the great work.
Elmer