my ziglings
0

Configure Feed

Select the types of activity you want to include in your feed.

added result for 12 digits

Chris Boesch (Apr 14, 2026, 8:17 AM +0200) 5eadcdc9 b9cbe199

+5 -2
+3
exercises/108_threading2.zig
··· 105 105 // 106 106 // And you should remove the formatting restriction in "print", 107 107 // otherwise you will not be able to see the additional digits. 108 + // 109 + // If count = 10_000_000_000_000 you should see the following: 110 + // 3.141592653589
+2 -2
patches/patches/108_threading2.patch
··· 1 - --- exercises/108_threading2.zig 2025-08-15 15:17:57.839348063 +0200 2 - +++ answers/108_threading2.zig 2026-04-02 10:51:15.811831656 +0200 1 + --- exercises/108_threading2.zig 2026-04-14 06:44:18.848246237 +0200 2 + +++ answers/108_threading2.zig 2026-04-14 08:15:30.894485037 +0200 3 3 @@ -81,8 +81,8 @@ 4 4 defer handle1.join(); 5 5