fork download
  1. extern "C" void printf(char const* format);
  2.  
  3. int main()
  4. {
  5. printf("Hello, World!\n");
  6. }
Success #stdin #stdout 0s 2884KB
stdin
Standard input is empty
stdout
Hello, World!