ibmman: (Default)
ibmman ([personal profile] ibmman) wrote2004-03-27 01:14 pm

(no subject)

|public class Yay{
| public static void main (String args[]){
| boolean jessieIsBack = true;
| while (jessieIsBack){
| System.out.println("Yay!");
| }
| }
|}

yay for infinite loops of yay!