DEBSOURCES
Skip Quicknav
sources / code2html / 0.9.1-7 / debian / tests / sample-codes / test.c
123456
#include <stdio.h> int main() { printf("Hello World\n"); return 0; }