diff options
| author | drbaggy <js5@sanger.ac.uk> | 2021-05-19 13:01:48 +0100 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2021-05-19 13:01:48 +0100 |
| commit | 1b55021a620a4d525412b0fa0e3c012cb2d291b2 (patch) | |
| tree | 15e2ef387f56f00a61a0baae048250fbcc989282 | |
| parent | 49a097ceebb39b0f21d1e995f9975cdb646accc1 (diff) | |
| download | perlweeklychallenge-club-1b55021a620a4d525412b0fa0e3c012cb2d291b2.tar.gz perlweeklychallenge-club-1b55021a620a4d525412b0fa0e3c012cb2d291b2.tar.bz2 perlweeklychallenge-club-1b55021a620a4d525412b0fa0e3c012cb2d291b2.zip | |
Update README.md
| -rw-r--r-- | challenge-113/james-smith/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-113/james-smith/README.md b/challenge-113/james-smith/README.md index 2faccc1254..7ce644935d 100644 --- a/challenge-113/james-smith/README.md +++ b/challenge-113/james-smith/README.md @@ -12,7 +12,7 @@ You can find the solutions here on github at: https://github.com/drbaggy/perlweeklychallenge-club/tree/master/challenge-113/james-smith/perl -# Challenge 1 - epresent Integer +# Challenge 1 - Represent Integer **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 |
