关于c++的第一个hello world 的诞生!!!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include<iostream>
using namespace std;
int main(){
cout << "hello world"<<endl;
}
关于c++的第一个hello world 的诞生!!!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include<iostream>
using namespace std;
int main(){
cout << "hello world"<<endl;
}