fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. cout << "Hello, World!";
  7. return 0;
  8. }
Success #stdin #stdout #stderr 0.01s 9052KB
stdin
Standard input is empty
stdout
Object: nil error: did not understand #namespace
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
UndefinedObject(Object)>>doesNotUnderstand: #namespace (SysExcept.st:1448)
UndefinedObject>>executeStatements (prog:2)
stderr
./prog:4: expected expression