mirror of
https://github.com/huihut/interview.git
synced 2025-12-16 20:17:08 +03:00
[fix] add BridgeMain()
This commit is contained in:
@@ -32,7 +32,8 @@ int main() {
|
||||
std::cout << "*******************" << std::endl;
|
||||
std::cout << "** Bridge mode **" << std::endl;
|
||||
std::cout << "*******************" << std::endl;
|
||||
|
||||
BridgeMain();
|
||||
|
||||
std::cout << "*******************" << std::endl;
|
||||
std::cout << "** Observer mode **" << std::endl;
|
||||
std::cout << "*******************" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user