我的第一个C++程序

我的第一个C++程序真是简单无比!
我的第一个C++程序是:Hello World!

点击查看代码
#include<bits/stdc++.h>
using namespace std;
int main()
{
	cout<<"Hello World!";
	return 0;
}
posted @ 2022-03-27 17:11  吴明轩  阅读(21)  评论(0编辑  收藏  举报