#include void foo(void) { return; } int main(void) { int i, j; printf("Hello World!\n"); for (i=1; i<5; i++) { for (j=0; j