User Tools

Site Tools


computer_science:programming:cpp:hello_world

This is an old revision of the document!


Here is the most basic piece of C++ code:

#include <iostream>
 
using namespace std;
 
int main(){
    cout << "Hello World";
    return 0;
}
computer_science/programming/cpp/hello_world.1631104352.txt.gz · Last modified: 2021/09/08 21:32 by mana