print "dongs" five times in your favorite language
with extreme conciseness/verbosity
Name:
Anonymous2008-10-05 20:09
#include <iostream>
using std:cout;
int main(){
cout << "Dongs Dongs Dongs Dongs Dongs" << endl;
system("PAUSE"); //because fuck you Windows and your immediate closing of my windows with me being far too lazy to make a better solution to your faggotry
}