Hello world!

#include <iostream>
using std::cout;
using std::endl;
 
int main() {
  cout << “Hello world!” << endl;
  return 0;
}

There you go kiddies; I hope you have enjoyed my first blog post

Comments are closed.