Scratcher Joined 5 months, 2 weeks ago United States
Nuclear power is the future.FurryI don't bite... or do I?Programs in C++ and C# and java and sometimes python and lua
void causeStackOverflow(int x) {std::cout << "Overflow incoming... depth: "<< x << std::endl;causeStackOverflow(x + 1);}causeStackOverflow(1); // stack overflow lolololololol >:3