summaryrefslogtreecommitdiffstats
path: root/t/001-basic.t
blob: 4043c357c014089c1a1b4c926cec9279909b46ff (plain) (blame)
1
2
3
4
5
6
7
8
#!perl -T
use strict;
use warnings;
use Test::More tests => 1;
use Games::Word;

ok(1);