Skip to content

Commit 5349c41

Browse files
committed
eliuds-eggs: Reword exercise restrictions
1 parent 0e138d7 commit 5349c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/eliuds-eggs/instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Your task is to count the number of 1 bits in the binary representation of a num
44

55
## Restrictions
66

7-
Keep your hands off that bit-count functionality provided by your standard library!
8-
Solve this one yourself using other basic tools instead.
7+
Avoid using any library functions that count the number of bits in a number.
8+
Instead, try solving this yourself using more basic tools.

0 commit comments

Comments
 (0)