Asgorson / hello-world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-world

//How to create "helloworld" on Cpp.

#include

using namespace std;

int main(){

cout << "Hello, world!" << endl;
return 0;

}

About