diff options
Diffstat (limited to 'challenge-059')
| -rw-r--r-- | challenge-059/sangeet-kar/perl/ch-1.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-059/sangeet-kar/perl/ch-1.pl b/challenge-059/sangeet-kar/perl/ch-1.pl index f6154d9d92..953b6c3ac0 100644 --- a/challenge-059/sangeet-kar/perl/ch-1.pl +++ b/challenge-059/sangeet-kar/perl/ch-1.pl @@ -80,8 +80,6 @@ sub partition ($self, $k) { } } -__END__ - my $list = Listy->new ([1, 4, 3, 2, 5, 2]); $list->partition(3); $list->print_list;
\ No newline at end of file |
