diff options
| author | drbaggy <js5@sanger.ac.uk> | 2021-07-05 11:58:06 +0100 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2021-07-05 11:58:06 +0100 |
| commit | a486123da38802daf76db5248bbab841a70a54eb (patch) | |
| tree | b6c91d639b9cc8286452f9b180f7319a898504cf | |
| parent | cddea5572d8932a82bb6065f363e455bb7c7d564 (diff) | |
| download | perlweeklychallenge-club-a486123da38802daf76db5248bbab841a70a54eb.tar.gz perlweeklychallenge-club-a486123da38802daf76db5248bbab841a70a54eb.tar.bz2 perlweeklychallenge-club-a486123da38802daf76db5248bbab841a70a54eb.zip | |
fix
| -rw-r--r-- | challenge-120/james-smith/README.md | 4 |
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.*** |
