View Single Post
# 233 06-11-2011 , 11:40 PM
NextDesign's Avatar
Technical Director
Join Date: Feb 2004
Posts: 2,988
Code:
for (int i = 0; i < 9999; i++)
{
    if ((i % 2) == 0) 
        print("Y");
    else 
        print("A");
}
I win.


Imagination is more important than knowledge.