Rip. /10chara
Announcement
Collapse
No announcement yet.
Count to 10,000
Collapse
X
-
That or he used a script or simple program, then copied the results here. Not really all that difficult. xD
Code:#include <iostream> #include <fstream> int main() { std::ofstream out; out.open("ruin the counting thread.txt"); for (unsigned i = 1; i < 10001; ++i) { out << i << std::endl; } out.close(); }
Comment
-
Originally posted by Omega Metroid View PostThat or he used a script or simple program, then copied the results here. Not really all that difficult. xD
Code:#include <iostream> #include <fstream> int main() { std::ofstream out; out.open("ruin the counting thread.txt"); for (unsigned i = 1; i < 10001; ++i) { out << i << std::endl; } out.close(); }
Comment
-
Comment