#include<stdio.h>#include<unistd.h>#include<stdio.h>int main(){ fork(); fork(); fork(); printf("Hello");}
Standard input is empty
HelloHelloHello
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!