1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 01:57:02 +09:00

Added second threading exercise.

This commit is contained in:
Chris Boesch 2024-03-23 16:42:27 +01:00
parent cdaa246131
commit d65e3f3f9a
No known key found for this signature in database
GPG key ID: 8712DF4D3E364668
4 changed files with 124 additions and 1 deletions

View file

@ -219,7 +219,6 @@ Zig Core Language
* [X] Bit manipulation
* [X] Working with C
* [X] Threading
* [ ] Interfaces part 2
Zig Standard Library