The Goal
Tic-tac-toe is a turn-based game, where the objective is to get three in a row.
Rules
The game is played on a 3x3 grid. You must output the coordinate of the cell you want to mark. The first player to get 3 of their mark in a row (vertically, horizontally or diagonally) wins.