Skip to content
Snippets Groups Projects
Commit 4b88f03a authored by Anna Rydén's avatar Anna Rydén
Browse files

a start

parent d404afa4
No related branches found
No related tags found
No related merge requests found
#include <iostream>
using namespace std;
class Stone {
public:
void Print() const;
string X;
string Y;
list <_History>
private:
string color_;
};
class Board {
public:
void Print() const;
private:
};
class AIPlayer {
public:
void Print() const;
private:
};
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment