#include <stdio.h>
#include "board.h"

int main(int argc, char **argv)
{
    load_game_board();
    return 0;
}