DEBSOURCES
Skip Quicknav
sources / monotone / 1.1-9 / test / func / diff_output_formats / hello.src
1234567891011
#include "hello.h" void say_hello() { printf("hello, world\n"); } int main() { say_hello(); }