Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

cpp sample code

#include<iostream>
using namespace std;

int main()
{
cout << " hello world" <<endl;
  
  return 0;
}
 
PREVIOUS NEXT
Tagged: #cpp #sample #code
ADD COMMENT
Topic
Name
5+7 =