#Include Using Namespace STD Int Main (Cout "Hello World!" Endl Return 0 )

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#include <iostream>

using namespace std;

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

You might also like