Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 4, 2022 07:00 am GMT

Hello world

include

using namespace std;

// a C++ program to show Hello world on console

int main()
{
cout << "Hello World" << endl;
return 0;
}


Original Link: https://dev.to/cpp/hello-world-4m4

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To