aboutsummaryrefslogtreecommitdiff
path: root/challenge-120/james-smith
diff options
context:
space:
mode:
authorJames Smith <baggy@baggy.me.uk>2021-07-11 23:46:27 +0100
committerGitHub <noreply@github.com>2021-07-11 23:46:27 +0100
commita3a54ddb9933f4d54223e7b2c7e979b08582c0f0 (patch)
tree074bda53ce94a9140bc492a927f257bc1a5e2acd /challenge-120/james-smith
parent64c40a649b15ab25e4aaff7c48e1cfe379b88819 (diff)
downloadperlweeklychallenge-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.md5
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}