#include <stdio.h> void hello () { printf ("Hello, world!\n"); } int main () { hello (42); return 0; }