Hello, World!

一直在考虑要不要建个博客...直到现在还没想好呢...

总之欢迎光临本站就对了 :)

//源代码
//语言: C++     用户名: SaltedHXJ   提交时间:2017-09-21 12:54:28

#include <iostream>
using namespace std;
int main()
{
	cout << "Hello,World!" << endl;
	return 0;
}


Defying gravity
 Launch into universe
  At escape velocity
   Over and over.

    ——Imagined Flight

猜你喜欢

转载自www.cnblogs.com/SaltedHXJ/p/9274009.html