Skip to content
Permalink
Browse files
add cpp file
  • Loading branch information
David committed Jan 10, 2019
1 parent e899dbc commit e8587f6862aa230d95164faf4c385cf15512e0be
Showing 1 changed file with 14 additions and 0 deletions.
@@ -0,0 +1,14 @@
#include <iostream>
#include "aiyourturn.h"

int main()
{
AI firstAI;
AI secondAI;

std::cout << std::endl;

AI::how_many_ais();

return 0;
}

0 comments on commit e8587f6

Please sign in to comment.