Hello, world!

Hello! More posts are in the works… stay tuned!

#include <iostream>

int main() {
  std::cout << "Hello, world!\n";
}