aboutsummaryrefslogblamecommitdiffstats
path: root/tw/tw_hooks/simple_test.t
blob: b58f99673f5e5f87c442ee4a23545a4db8b835ef (plain) (tree)
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");