DEBSOURCES
Skip Quicknav
sources / ocaml / 5.4.0-3 / testsuite / tests / tool-command-line / hello.c
12345678
#include <stdio.h> #include <stdlib.h> int main() { printf("Hello, world!\n"); return 0; }