diff --git a/homework/schedule/main.cpp b/homework/schedule/main.cpp index 67d6005..5763b00 100644 --- a/homework/schedule/main.cpp +++ b/homework/schedule/main.cpp @@ -40,7 +40,7 @@ void schedule(std::function func, std::chrono::second while ((std::chrono::system_clock::now() - start) < (std::chrono::duration < double>)sec) continue; - func("aaaaaa", 3.45f); + func(text, number); } int main() {