aboutsummaryrefslogtreecommitdiff
path: root/challenge-072
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-09 19:57:48 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-09 19:57:48 +0100
commit82dd9dbd3a76bf1b7a6e9902d2dd1897b22a88d9 (patch)
tree61ea66f8e8e2fcd94ea765ac21adf0e427f05877 /challenge-072
parentd64691387a0da4422ce8586b2ba2cc7a955dc4a2 (diff)
downloadperlweeklychallenge-club-82dd9dbd3a76bf1b7a6e9902d2dd1897b22a88d9.tar.gz
perlweeklychallenge-club-82dd9dbd3a76bf1b7a6e9902d2dd1897b22a88d9.tar.bz2
perlweeklychallenge-club-82dd9dbd3a76bf1b7a6e9902d2dd1897b22a88d9.zip
- Added solutions by Adam Russell.
Diffstat (limited to 'challenge-072')
-rw-r--r--challenge-072/adam-russell/perl/ch-1.sh1
-rw-r--r--challenge-072/adam-russell/perl/input.txt100
2 files changed, 0 insertions, 101 deletions
diff --git a/challenge-072/adam-russell/perl/ch-1.sh b/challenge-072/adam-russell/perl/ch-1.sh
deleted file mode 100644
index db2c9ac2ec..0000000000
--- a/challenge-072/adam-russell/perl/ch-1.sh
+++ /dev/null
@@ -1 +0,0 @@
-perl -s -n -e 'print if $. >= $A && $. <= $B' — -A=4 -B=12 < input.txt
diff --git a/challenge-072/adam-russell/perl/input.txt b/challenge-072/adam-russell/perl/input.txt
deleted file mode 100644
index e5a15512e0..0000000000
--- a/challenge-072/adam-russell/perl/input.txt
+++ /dev/null
@@ -1,100 +0,0 @@
-L1
-L2
-L3
-L4
-L5
-L6
-L7
-L8
-L9
-L10
-L11
-L12
-L13
-L14
-L15
-L16
-L17
-L18
-L19
-L20
-L21
-L22
-L23
-L24
-L25
-L26
-L27
-L28
-L29
-L30
-L31
-L32
-L33
-L34
-L35
-L36
-L37
-L38
-L39
-L40
-L41
-L42
-L43
-L44
-L45
-L46
-L47
-L48
-L49
-L50
-L51
-L52
-L53
-L54
-L55
-L56
-L57
-L58
-L59
-L60
-L61
-L62
-L63
-L64
-L65
-L66
-L67
-L68
-L69
-L70
-L71
-L72
-L73
-L74
-L75
-L76
-L77
-L78
-L79
-L80
-L81
-L82
-L83
-L84
-L85
-L86
-L87
-L88
-L89
-L90
-L91
-L92
-L93
-L94
-L95
-L96
-L97
-L98
-L99
-L100