fork download
  1. #include <stdio.h>
  2. #undef printf
  3. using namespace std;
  4.  
  5. int main() {
  6. printf("Hello, world!\n");
  7. return 0;
  8. }
Success #stdin #stdout 0s 5392KB
stdin
Standard input is empty
stdout
Hello, world!