forgotten thread-sleep fix added

This commit is contained in:
Chris Boesch
2025-11-15 19:14:36 +01:00
parent 189376944c
commit 11d8172136
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
--- exercises/104_threading.zig 2024-04-10 19:12:29.878856370 +0200
+++ answers/104_threading.zig 2024-04-10 19:11:22.304265713 +0200
--- exercises/104_threading.zig 2025-11-15 19:13:35.359496111 +0100
+++ answers/104_threading.zig 2025-11-15 19:11:20.468752429 +0100
@@ -97,12 +97,12 @@
defer handle.join();