#!usr/bin/perl

use lib 'lib';

use Game::Cribbage;

Game::Cribbage->new()->start();
