Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

c++ hello world


#include <iostream>

int main() {
    std::cout << "Hello World!";
    return 0;
}
Source by en.wikibooks.org #
 
PREVIOUS NEXT
Tagged: #world
ADD COMMENT
Topic
Name
1+8 =