#include static void show_me(int n) { printf("Hello World %d\n", n); } int main(void) { show_me(NUMBER); return 0; }