Dgotin

38
reputation
8

computer science student says ...

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