Update README.md

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2025-03-11 22:45:51 +0100
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2025-03-11 22:45:51 +0100
Commit 40ec7848c853e6d76794fb70c6cff57a0c078d76 (patch)
-rw-r--r-- README.md 2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
...
24
| [c-embed](./c-embed)                   | clang-17   | Embedding external resources in compiled binary.               |
24
| [c-embed](./c-embed)                   | clang-17   | Embedding external resources in compiled binary.               |
25
| [c-signals](./c-signals)               | clang-17   | Uses SIGUSR1 and SIGUSR2 as IPC mechanism.                     |
25
| [c-signals](./c-signals)               | clang-17   | Uses SIGUSR1 and SIGUSR2 as IPC mechanism.                     |
26
| [c-structs](./c-structs)               | clang-17   | Saves and reads structs in/from binary files.                  |
26
| [c-structs](./c-structs)               | clang-17   | Saves and reads structs in/from binary files.                  |
27
| [c-httpd](./c-httpd)                   | clang-17   | Simple HTTP server written in C.                               |
27
| [c-httpd](./c-httpd)                   | clang-17   | Simple HTTP server with route handling primer in C.            |
28
| [zig-c-interop](./zig-c-interop)       | zig-0.11.0 | Uses functions written in C from Zig code.                     |
28
| [zig-c-interop](./zig-c-interop)       | zig-0.11.0 | Uses functions written in C from Zig code.                     |
29
| [zig-ppm](./zig-ppm)                   | zig-0.11.0 | Creates an image with random pixels in PPM image format.       |
29
| [zig-ppm](./zig-ppm)                   | zig-0.11.0 | Creates an image with random pixels in PPM image format.       |
30
| [zig-struct-json](./zig-struct-json)   | zig-0.11.0 | Serialization of a struct into JSON and then reading it back.  |
30
| [zig-struct-json](./zig-struct-json)   | zig-0.11.0 | Serialization of a struct into JSON and then reading it back.  |
...