Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

c++ hello world

#include <iostream>
using namespace std;

int main(){
  
  cout<<"Hello, World!";
  
  return 0;
}
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #world
ADD COMMENT
Topic
Name
4+3 =