aboutsummaryrefslogtreecommitdiffstats
path: root/tw_hooks/simple_test.t
blob: 5306a9b4682ac54f604c08e55617b3472515404c (plain) (blame)
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==3, "Subtraction of two numbers");