AOC24/days/day02.h

16 lines
143 B
C++

//
// Created by stedd on 02.12.24.
//
#ifndef DAY02_H
#define DAY02_H
class day02
{
public:
static void Calculate();
};
#endif //DAY02_H