diff options
| -rw-r--r-- | challenge-003/abigail/python/ch-2.py | 2 | ||||
| -rw-r--r-- | challenge-003/abigail/r/ch-1.r | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-003/abigail/python/ch-2.py b/challenge-003/abigail/python/ch-2.py index 3518b91c8e..76bb1cfc4a 100644 --- a/challenge-003/abigail/python/ch-2.py +++ b/challenge-003/abigail/python/ch-2.py @@ -5,7 +5,7 @@ # # -# Run as python ch-2.py < input-file +# Run as: python ch-2.py < input-file # import fileinput diff --git a/challenge-003/abigail/r/ch-1.r b/challenge-003/abigail/r/ch-1.r index 208c5b4dde..95aeeeaae0 100644 --- a/challenge-003/abigail/r/ch-1.r +++ b/challenge-003/abigail/r/ch-1.r @@ -1,5 +1,5 @@ # -# See ../README.md +# See https://theweeklychallenge.org/blog/perl-weekly-challenge-003 # # |
