DEBSOURCES
Skip Quicknav
sources / gccintro / 1.0-5 / main4.c
12345678
#include <stdio.h> int main (void) { printf ("hello world\n"); return; }