fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main (){
  4. cout << "Alô mundo!" << endl;
  5. }
Success #stdin #stdout 0s 4352KB
stdin
Standard input is empty
stdout
Alô mundo!