fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. main(){
  5. printf("Hello C!");
  6. }
  7.  
  8.  
Success #stdin #stdout 0s 5296KB
stdin
Standard input is empty
stdout
Hello C!