fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main(void){
  4. cout<<"Matylda Wiśniewska kl. VIII"<< endl;
  5. cout<<"Hello world"<< endl;
  6. return 0;
  7.  
  8. }
Success #stdin #stdout 0s 4436KB
stdin
Standard input is empty
stdout
Matylda Wiśniewska kl. VIII
Hello world