DEBSOURCES
Skip Quicknav
sources / qbs / 2.6.1-1 / tutorial / chapter-1 / app / main.c
123456789
//! [0] #include <stdio.h> int main() { printf("Hello, world\n"); return 0; } //! [0]