(no subject)
Mar. 27th, 2004 01:14 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
|public class Yay{
| public static void main (String args[]){
| boolean jessieIsBack = true;
| while (jessieIsBack){
| System.out.println("Yay!");
| }
| }
|}
yay for infinite loops of yay!
| public static void main (String args[]){
| boolean jessieIsBack = true;
| while (jessieIsBack){
| System.out.println("Yay!");
| }
| }
|}
yay for infinite loops of yay!