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 d1c9bac commit 623867eCopy full SHA for 623867e
bit_manipulation/check_even_odd.cpp
@@ -77,12 +77,5 @@ static void test() {
77
*/
78
int main() {
79
test(); // run self-test implementations
80
-
81
- // Example usage:
82
- // std::int64_t num;
83
- // std::cout << "Enter a number: ";
84
- // std::cin >> num;
85
- // std::cout << num << " is " << bit_manipulation::even_odd::checkEvenOdd(num) << std::endl;
86
87
return 0;
88
}
0 commit comments