Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

how to say hello world in c++

#include <iostream>
int main(){
	std::cout << "Hello World!" << std::endl;
}
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #world
ADD COMMENT
Topic
Name
7+3 =