New Off-topic forum

kawaii

Administrator
Staff member
Developer
Mar 2, 2015
2,014
1,576
This is the new off-topic forum. Existing members please note that this is now a public forum.

Thanks,
kawaii
 
Wow, open topic
Code:
int main()
{
    cout << "Hello, world!" << endl;
    system("pause");
    return 0;
}