advent-of-code-cpp-2021/testProject/Header/Pathing.h

10 lines
102 B
C++
Executable file

#ifndef PATHING_H
#define PATHING_H
class Pathing
{
public:
int Month(int num);
};
#endif