代码改变世界

the best simple c++

2013-02-25 23:57  hongjiumu  阅读(159)  评论(3)    收藏  举报

the best simple c++:
1,create Console.cpp
2,input code:
#include <iostream>
int main()
{
return 0;
}