fork download
  1. #include <iostream>
  2.  
  3. int main(void) {
  4. std::cout << "Welcome to Next2ch" << std::endl;
  5.  
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 4360KB
stdin
Standard input is empty
stdout
Welcome to Next2ch