advent-of-code-cpp-2021/testProject/Source/Pathing.cpp

6 lines
82 B
C++
Executable file

#include "../Header/Pathing.h"
int Pathing::Month(int num)
{
return 0;
}