#include "board.h"

/**
 * @brief Diewertje game solver
 *
 * @param Board* game board to decide next move for
 *
 * @return int Column to place disc in
 */
int diewertje(Board*);