DEBSOURCES
Skip Quicknav
sources / lintian / 2.122.0 / t / recipes / checks / documentation / legacy-binary / build-spec / orig / hello.c
12345678
#include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { printf("Hello, World!\n"); exit(0); }