diff options
| author | Chris Boesch <[email protected]> | 2024-01-13 14:27:58 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-01-13 14:27:58 +0000 |
| commit | 7bfd7adce86a2cef5e72cce20ab46a23a2af0964 (patch) | |
| tree | 66f368ae26eedd398a42637f0c5bf1fc9ece8455 /exercises | |
| parent | 0d46acfa02d0c29fdfb3651e82a77284dd8f2e00 (diff) | |
| download | ziglings-7bfd7adce86a2cef5e72cce20ab46a23a2af0964.tar.xz ziglings-7bfd7adce86a2cef5e72cce20ab46a23a2af0964.zip | |
Update exercises/093_hello_c.zig
small typo
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/093_hello_c.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/093_hello_c.zig b/exercises/093_hello_c.zig index 043b9ed..182e0b0 100644 --- a/exercises/093_hello_c.zig +++ b/exercises/093_hello_c.zig @@ -40,7 +40,7 @@ // our well-known "import" for Zig const std = @import("std"); -// and here the new the import for C +// and here the new import for C const c = @cImport({ @cInclude("unistd.h"); }); |
