Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
timmek authored Jun 11, 2024
1 parent 1b49d34 commit 293d682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homework/schedule/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void schedule(std::function<void(std::string, double)> 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() {
Expand Down

0 comments on commit 293d682

Please sign in to comment.