Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

hello world c++

#include <iostream>

using namespace std;

int main() {
 cout << "Hello World" << endl;		// endl = '
'
 return 0;
}
Source by en.wikibooks.org #
 
PREVIOUS NEXT
Tagged: #world
ADD COMMENT
Topic
Name
7+6 =