Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

hello world in c++

#include <iostream>
using namespace std; 

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