Skip to content
Snippets Groups Projects
Commit ebc4ab1f authored by Sandipan Mohanty's avatar Sandipan Mohanty
Browse files

Adjust namespace in binforms according to header

parent 116decdd
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ void handle() ...@@ -7,7 +7,7 @@ void handle()
std::cout << "Enter value: "; std::cout << "Enter value: ";
T v; T v;
std::cin >> v; std::cin >> v;
cxx2023::showbits(v); cxx_course::showbits(v);
} }
auto main() -> int auto main() -> int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment