aboutsummaryrefslogtreecommitdiff
path: root/challenge-111/dms061/readme
diff options
context:
space:
mode:
authorDavid Schwartz <dms061@bucknell.edu>2021-05-09 23:43:21 -0400
committerDavid Schwartz <dms061@bucknell.edu>2021-05-09 23:43:21 -0400
commit970bc5a3fdc095df0fef63e1bd6852e3f734fd21 (patch)
tree1f5466cb45fd4052f66af37d7ca462aab1bae50b /challenge-111/dms061/readme
parent4232aebd7e3139b12e9a9a0b389426345fb8211a (diff)
downloadperlweeklychallenge-club-970bc5a3fdc095df0fef63e1bd6852e3f734fd21.tar.gz
perlweeklychallenge-club-970bc5a3fdc095df0fef63e1bd6852e3f734fd21.tar.bz2
perlweeklychallenge-club-970bc5a3fdc095df0fef63e1bd6852e3f734fd21.zip
Challenge 111 done
Diffstat (limited to 'challenge-111/dms061/readme')
-rw-r--r--challenge-111/dms061/readme9
1 files changed, 9 insertions, 0 deletions
diff --git a/challenge-111/dms061/readme b/challenge-111/dms061/readme
new file mode 100644
index 0000000000..5b4521ecae
--- /dev/null
+++ b/challenge-111/dms061/readme
@@ -0,0 +1,9 @@
+Solutions by David Schwartz
+5/9/2021
+
+Contains:
+ Solutions for questions 1 and 2 in perl.
+ Solution for question 2 in python (3).
+
+The folders also contain examples of output generated from running the program.
+Note, I am new to programming in perl--sorry if the solutions are sloppy!