First Posting!

less than 1 minute read

This is the first posting.

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

Updated: