This page is intended to test Wikia features or the editors.
#include <iosteam>
class TestClass {
public:
int testVar_;
};
int main() // "void main" is, and was always, wrong
{
std::cout<<"C++ code!"<<std::endl;
return 0;
}
This page is intended to test Wikia features or the editors.
#include <iosteam>
class TestClass {
public:
int testVar_;
};
int main() // "void main" is, and was always, wrong
{
std::cout<<"C++ code!"<<std::endl;
return 0;
}