diff options
| author | James Smith <baggy@baggy.me.uk> | 2021-07-11 23:46:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-11 23:46:27 +0100 |
| commit | a3a54ddb9933f4d54223e7b2c7e979b08582c0f0 (patch) | |
| tree | 074bda53ce94a9140bc492a927f257bc1a5e2acd /challenge-120/james-smith | |
| parent | 64c40a649b15ab25e4aaff7c48e1cfe379b88819 (diff) | |
| download | perlweeklychallenge-club-a3a54ddb9933f4d54223e7b2c7e979b08582c0f0.tar.gz perlweeklychallenge-club-a3a54ddb9933f4d54223e7b2c7e979b08582c0f0.tar.bz2 perlweeklychallenge-club-a3a54ddb9933f4d54223e7b2c7e979b08582c0f0.zip | |
Update README.md
Diffstat (limited to 'challenge-120/james-smith')
| -rw-r--r-- | challenge-120/james-smith/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/challenge-120/james-smith/README.md b/challenge-120/james-smith/README.md index 07b0210ce8..ba90f5f3cc 100644 --- a/challenge-120/james-smith/README.md +++ b/challenge-120/james-smith/README.md @@ -68,7 +68,7 @@ sub clock_angle_fast { (Without disabling warnings this gives `Argument "04:00" isn't numeric in modulus (%) at ..` errors) -## Solutions in CESIL +# Solutions in CESIL OK - last weeks CESIL challenge was easier than this weeks.... @@ -172,7 +172,8 @@ Output... TESTS: 4 of 4 passed ``` -### Task 2 + +## Task 2 **CAVEAT:** * Can't cope with "odd minutes" as this will lead to a fractional angle {and CESIL is integer only} |
