aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-120/james-smith/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-120/james-smith/README.md b/challenge-120/james-smith/README.md
index 697c8c702a..a45bcb3af2 100644
--- a/challenge-120/james-smith/README.md
+++ b/challenge-120/james-smith/README.md
@@ -12,13 +12,13 @@ You can find the solutions here on github at:
https://github.com/drbaggy/perlweeklychallenge-club/tree/master/challenge-119/james-smith/perl
-# Task 1 - Swap Nibbles
+# Task 1 - Swap bits
***You are given a positive integer `$N` less than or equal to `255`. Write a script to swap the odd positioned bit with even positioned bit and print the decimal equivalent of the new binary representation.***
## The solution
-# Task 1 - Clock Angle
+# Task 2 - Clock Angle
***You are given time `$T` in the format `hh:mm`. Write a script to find the smaller angle formed by the hands of an analog clock at a given time.***