mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 16:49:44 +08:00
Update .gitignore
Add build script for Zig.
This commit is contained in:
@@ -10,7 +10,7 @@ const Entry = struct {
|
||||
key: usize = undefined,
|
||||
val: []const u8 = undefined,
|
||||
|
||||
pub fn init(key: usize, val: []const u8) Entry {
|
||||
pub fn init(key: usize, val: []const u8) Entry {
|
||||
return Entry {
|
||||
.key = key,
|
||||
.val = val,
|
||||
|
||||
Reference in New Issue
Block a user