We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e138d7 commit 5349c41Copy full SHA for 5349c41
exercises/eliuds-eggs/instructions.md
@@ -4,5 +4,5 @@ Your task is to count the number of 1 bits in the binary representation of a num
4
5
## Restrictions
6
7
-Keep your hands off that bit-count functionality provided by your standard library!
8
-Solve this one yourself using other basic tools instead.
+Avoid using any library functions that count the number of bits in a number.
+Instead, try solving this yourself using more basic tools.
0 commit comments