DEBSOURCES
Skip Quicknav
sources / debmake-doc / 1.17-7 / examples / debhello-0.0_build-3 / step101.slog
123456789
$ cat debhello-0.0/src/hello.c #include <stdio.h> int main() { printf("Hello, world!\n"); return 0; }