3 Oct
2003
3 Oct
'03
7:39 p.m.
Or any where else you can find it. It goes like: Large blackboard, small boy, stern teacher: Blackboard: #include <stdio.h> int main(void) { int k; for (k=1;k<=500;k++) printf("I will not throw paper airplanes in class"); return(0); } Boy: Holds chalk. Teacher: Nice try.