AOC24/days/day01.h

17 lines
138 B
C++

//
// Created by stedd on 01.12.24.
//
#ifndef DAY01_H
#define DAY01_H
class day01
{
public:
static void Run();
};
#endif //DAY01_H