2 lines
54 B
Perl
2 lines
54 B
Perl
|
(expect "hello has 5 letters" (= (length "hello") 5))
|
|
(expect "hello has 5 letters" (= (length "hello") 5))
|