Jump to content
Koumei & the Five Fates: Share Bug Reports and Feedback Here! ×

[Forum Game] Count To Over 9000!


sweak
 Share

Recommended Posts

#include <iostream>

 

using namespace std;

 

int main(void)

{

int vegeta;

vetegta = 0;

 

while (vegeta <= 9000)

{

cout << vegeta << endl;

vegeta++;

}

 

cout << vegeta << endl << "Where's my catalyst?" << endl;

 

return 0;

}

 

C++ can get you places :P

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...