New Off-topic forum

  • Deadlock is now a separate subscription from Dota 2, and no longer comes bundled with it. For more information, please read this.

kawaii

Administrator
Staff member
Developer
Mar 2, 2015
2,014
1,577
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;
}