Source File: ex09a.cpp

#include <fmt/core.h>
#include <iostream>

using namespace std;

int main() {
  fmt::print("Hello World!\n");
  return 0;
}