Fixing header main to ex02

This commit is contained in:
aortigos
2026-02-18 21:29:38 +01:00
parent 57eefd3b37
commit ffbe662286

View File

@@ -22,7 +22,7 @@ int main()
// RobotomyRequestForm
srand(time(NULL));
std::cout << "---- ex01 tests ----" << std::endl;
std::cout << "---- ex02 tests ----" << std::endl;
RobotomyRequestForm form("home");
try {