DEBSOURCES
Skip Quicknav
sources / gccintro / 1.0-5 / msg-ext
12345678
#include <stdio.h> int main (void) { printf ("Hello World!\n"); return 0; }