Browse Source

Update README.md

content-update
Christopher Fremond 3 years ago committed by GitHub
parent
commit
fdfa726de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/ispowerof2/README.md

2
subjects/ispowerof2/README.md

@ -6,7 +6,7 @@ Write a program that determines if a given number is a power of 2.
This program must print `true` if the given number is a power of 2, otherwise it has to print `false`.
- If there is more than one or no argument the program should print nothing.
- If there is more than one or no argument, the program should print nothing.
- When there is only one argument, it will always be a positive valid `int`.

Loading…
Cancel
Save