aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-019/simon-proctor/perl6/ch-2.p62
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-019/simon-proctor/perl6/ch-2.p6 b/challenge-019/simon-proctor/perl6/ch-2.p6
index e0bb089dde..1af8bb16f6 100644
--- a/challenge-019/simon-proctor/perl6/ch-2.p6
+++ b/challenge-019/simon-proctor/perl6/ch-2.p6
@@ -2,8 +2,6 @@
use v6;
-
-
#| Read from STDIN and wrap to the given number of characters
multi sub MAIN (
UInt() $width = 80, #= Width to wrap to (default 80 characters)