upperLowerBounds/src/main.cpp

7 lines
102 B
C++

#include <iostream>
int main(int argc, char **argv) {
std::cout << "Mock Test.";
return 0;
}