#include <stdio.h>
#include <unistd.h>
main(){ int j;int i;
for(i=0;i<2;i++)
{j=fork();
printf("hello\n");
}