DEBSOURCES
Skip Quicknav
sources / gccintro / 1.0-5 / hello.cc
12345678
#include <iostream> int main () { std::cout << "Hello, world!\n"; return 0; }