mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
fixed typos
This commit is contained in:
parent
fe65ff343f
commit
2feeb282a9
3 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,7 @@
|
|||
const std = @import("std");
|
||||
|
||||
const c = @cImport({
|
||||
// What do wee need here?
|
||||
// What do we need here?
|
||||
???
|
||||
});
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- exercises/054_manypointers.zig 2023-10-03 22:15:22.122241138 +0200
|
||||
+++ answers/054_manypointers.zig 2023-10-05 20:04:07.086100775 +0200
|
||||
@@ -32,7 +32,7 @@
|
||||
--- exercises/054_manypointers.zig 2023-10-22 13:59:15.818523309 +0200
|
||||
+++ answers/054_manypointers.zig 2023-10-22 14:05:24.095241143 +0200
|
||||
@@ -33,7 +33,7 @@
|
||||
// we can CONVERT IT TO A SLICE. (Hint: we do know the length!)
|
||||
//
|
||||
// Please fix this line so the print statement below can print it:
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
--- exercises/094_c_math.zig 2023-10-03 22:15:22.125574535 +0200
|
||||
+++ answers/094_c_math.zig 2023-10-05 20:04:07.266104147 +0200
|
||||
--- exercises/094_c_math.zig 2023-10-22 14:00:02.909379696 +0200
|
||||
+++ answers/094_c_math.zig 2023-10-22 14:02:46.709025235 +0200
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
const c = @cImport({
|
||||
// What do wee need here?
|
||||
// What do we need here?
|
||||
- ???
|
||||
+ @cInclude("math.h");
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue