Hello world!

#include <iostream>

using namespace std;

int main()
{
          cout << “Hello world!” << endl;
          return 0;
}

One thought on “Hello world!

Leave a Reply to A WordPress Commenter Cancel reply

Your email address will not be published. Required fields are marked *