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

9 lines
103 B
C++
Executable file

#include <iostream>
#include "../Header/Pathing.h"
int main()
{
Pathing path;
path.Month(2);
}