fork download
  1. #include <stdio.h>
  2. int main() { printf("Hello World\n"); return 0; }
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
Hello World