Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

hello world in c++

#include "iostream"

int main(){
  std::cout << "hello world" << "
";
  return 0;
}
Source by www.facebook.com #
 
PREVIOUS NEXT
Tagged: #world
ADD COMMENT
Topic
Name
2+8 =