Hello World
这是一篇示例文章。
export const hello = 'world';#include <iostream>
using namespace std;
int main(int argc, char* argv[]){
cout << "Hello" << endl;
return 0;
}这是一篇示例文章。
export const hello = 'world';#include <iostream>
using namespace std;
int main(int argc, char* argv[]){
cout << "Hello" << endl;
return 0;
}