aboutsummaryrefslogtreecommitdiff
path: root/challenge-113/james-smith
diff options
context:
space:
mode:
authordrbaggy <js5@sanger.ac.uk>2021-05-19 13:01:13 +0100
committerdrbaggy <js5@sanger.ac.uk>2021-05-19 13:01:13 +0100
commit49a097ceebb39b0f21d1e995f9975cdb646accc1 (patch)
tree16f8f70659d5e7013dd6c7f524f48362eb34646f /challenge-113/james-smith
parent6f23cbf99a76ecff5522b61e2a08e93a37923412 (diff)
downloadperlweeklychallenge-club-49a097ceebb39b0f21d1e995f9975cdb646accc1.tar.gz
perlweeklychallenge-club-49a097ceebb39b0f21d1e995f9975cdb646accc1.tar.bz2
perlweeklychallenge-club-49a097ceebb39b0f21d1e995f9975cdb646accc1.zip
Update README.md
Diffstat (limited to 'challenge-113/james-smith')
-rw-r--r--challenge-113/james-smith/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/challenge-113/james-smith/README.md b/challenge-113/james-smith/README.md
index 621fc13607..2faccc1254 100644
--- a/challenge-113/james-smith/README.md
+++ b/challenge-113/james-smith/README.md
@@ -12,11 +12,9 @@ You can find the solutions here on github at:
https://github.com/drbaggy/perlweeklychallenge-club/tree/master/challenge-113/james-smith/perl
-# Challenge 1 - Canonical Path
+# Challenge 1 - epresent Integer
-**TASK #1: Represent Integer
-
-You are given a positive integer `$N` and a digit `$D`. Write a script to
+**You are given a positive integer `$N` and a digit `$D`. Write a script to
check if $N can be represented as a sum of positive integers having `$D` at
least once. If check passes print `1` otherwise `0`.**