//
// Created by stedd on 01.12.24.
#include "day01.h"
#include <iostream>
#include <ostream>
void day01::Run()
{
std::cout << "Day 01" << std::endl;
}