Dgotin

28
reputation
6

computer science student says ...

   #include <iostream>
   using namespace std;
   int main() {
     cout << "Hello stackoverflow!" << endl;
     return 0;
   }