This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
breakthroughpine64backup/test.cpp

12 lines
137 B
C++
Raw Normal View History

2015-10-27 21:48:22 -05:00
#include "Engine.h"
using namespace std;
int main()
{
2015-10-29 13:54:16 -05:00
Engine e;
e.startGame();
2015-10-29 13:06:15 -05:00
2015-10-29 13:54:16 -05:00
//COMPILES BUT EVERYTHING IS PRINTING FIRST MOVE
2015-10-27 21:48:22 -05:00
}