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 code.visualstudio.com #
 
PREVIOUS NEXT
Tagged: #world
ADD COMMENT
Topic
Name
3+7 =