Skip to content

Commit 623867e

Browse files
Update bit_manipulation/check_even_odd.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent d1c9bac commit 623867e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

bit_manipulation/check_even_odd.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,5 @@ static void test() {
7777
*/
7878
int main() {
7979
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-
8780
return 0;
8881
}

0 commit comments

Comments
 (0)