嘛~回家了……

开始学习下C++咯,刚才乱搞,居然会用code::blocks了……

上代码:

1
2
3
4
5
6
7
#include <iostream>

int main()
{

std::cout << "Hello World!!!" << std::endl;
return 0;
}

由于现在还不能整天上网,博客只能慢慢改了,效果不好请吐槽(虽然没人会看到我的blog……)

Comment and share

sillyplus

Write the code. Change the world


Student


China