#include <unistd.h>int main(){fork() && fork() || fork();sleep(2);printf("hi\n");exit(0);}
Standard input is empty
hi hi hi hi hi
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!