aboutsummaryrefslogtreecommitdiff
path: root/challenge-075/bob-lied/perl/t/CoinSum.t
blob: 21577721959d11e9f0c52b1cdfe9417d6991c870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#===============================================================================
#
#         FILE: CoinSum.t
#
#  DESCRIPTION:
#
#        FILES: ---
#         BUGS: ---
#        NOTES: ---
#       AUTHOR: Bob Lied (RL), bob.lied@nokia.com
# ORGANIZATION: PNM
#      VERSION: 1.0
#      CREATED: 2020-08-24 10:10:03 AM
#     REVISION: ---
#===============================================================================

use strict;
use warnings;
use 5.010;

use Test2::V0;

done_testing();