diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-14 12:43:29 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-14 12:43:29 +0200 |
| commit | f10c3d4e7a5cbf69883a58682cc1f4350e42ca39 (patch) | |
| tree | 10f196624483cf562d4766552b8027acf147c4ff /exercises/108_threading2.zig | |
| parent | b8a639e79836f916286c8d55e53a263cd782e8ab (diff) | |
| parent | 152f3a6113b859f20abf55fa11833b72a1abf128 (diff) | |
Merge branch 'main' into 95-bug4
Diffstat (limited to 'exercises/108_threading2.zig')
| -rw-r--r-- | exercises/108_threading2.zig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exercises/108_threading2.zig b/exercises/108_threading2.zig index 374391a..bbf8d78 100644 --- a/exercises/108_threading2.zig +++ b/exercises/108_threading2.zig @@ -105,3 +105,6 @@ fn thread_pi(pi: *f64, begin: u64, end: u64) !void { // // And you should remove the formatting restriction in "print", // otherwise you will not be able to see the additional digits. +// +// If count = 10_000_000_000_000 you should see the following: +// 3.141592653589 |
