Update bit_manipulation/count_of_set_bits.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Swastika Gupta 2021-07-08 09:25:39 +05:30 committed by GitHub
parent 941ae67ea3
commit f8606e8fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,6 @@ static void test() {
* @returns 0 on exit
*/
int main() {
test(); // execute the test
test(); // run self-test implementations
return 0;
}