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
Alexander Huddleston fb602ef2c2 Updating branch.
2015-10-29 22:52:18 -05:00

10 lines
97 B
C++

#include "Engine.h"
using namespace std;
int main()
{
//Board b;
Engine e;
e.startGame();
}