test.pl 112 B

1234567891011121314
  1. #!/usr/bin/perl
  2. use warnings;
  3. use strict;
  4. use Test::More;
  5. plan tests => 1;
  6. ok(1);
  7. plan tests => 1;
  8. ok(0);