Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

c++ hello world !

#include <iostream>
using namespace std;
int main()
{
 cout << " hello world ! ; 
}
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #world
ADD COMMENT
Topic
Name
9+1 =