Add gitignore and standard project file
This commit is contained in:
parent
007751d1a7
commit
a836b93150
9 changed files with 81 additions and 18 deletions
9
testProject/Source/main.cpp
Executable file
9
testProject/Source/main.cpp
Executable file
|
@ -0,0 +1,9 @@
|
|||
#include <iostream>
|
||||
#include "../Header/Pathing.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
Pathing path;
|
||||
|
||||
path.Month(2);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue