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