Hello World
2019 年 11 月 24 日,我的博客诞生了!
#include <iostream>
using namespace std;
int main() {
cout << "你好世界" << endl;
cout << "Hello World" << endl;
return 0;
}
2019 年 11 月 24 日,我的博客诞生了!
#include <iostream>
using namespace std;
int main() {
cout << "你好世界" << endl;
cout << "Hello World" << endl;
return 0;
}