9 lines
103 B
C++
Executable file
9 lines
103 B
C++
Executable file
#include <iostream>
|
|
#include "../Header/Pathing.h"
|
|
|
|
int main()
|
|
{
|
|
Pathing path;
|
|
|
|
path.Month(2);
|
|
}
|