diff options
| author | Chris Boesch <[email protected]> | 2024-03-23 15:48:08 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-03-23 15:48:08 +0000 |
| commit | dabd9a5a0a8d377ed91b16863a6174e898db7a12 (patch) | |
| tree | 4bcc0ed5f25500e995f0d3eb6064485b22e2f8ee /build.zig | |
| parent | cdaa246131548e3c433d8ce5243132ecf2ee1b3c (diff) | |
| parent | d65e3f3f9a42d9eb1695e50763b2a81f745f5596 (diff) | |
| download | ziglings-dabd9a5a0a8d377ed91b16863a6174e898db7a12.tar.xz ziglings-dabd9a5a0a8d377ed91b16863a6174e898db7a12.zip | |
Merge pull request 'Added second threading exercise.' (#65) from threading2 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/65
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1118,6 +1118,10 @@ const exercises = [_]Exercise{ , }, .{ + .main_file = "105_threading2.zig", + .output = "PI ≈ 3.14159265", + }, + .{ .main_file = "999_the_end.zig", .output = \\ |
