Tuesday, November 17, 2009

Apple Crackers 2

Enrique has the only copper cracker. I did a lot of experimenting when I was designing the prototypes. He got the copper one and ran off to One Infinite Loop with it. I wonder if it will show up in OS 11 as an Easter egg.

Here's another infinite loop:
float x = 0.1;
while (x != 1.1) {
printf("x = %f\n", x);
x = x + 0.1;
}

No comments:

Post a Comment