1264269
79631f4
1 2 3 4 5 6
7
use strict; use warnings; use Test::Simple tests => 2; ok(2+2==4, "Addition of two numbers"); ok(6-4==2, "Subtraction of two numbers");