mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +08:00
add zig codes for Section 'Array', 'LinkedList' and 'List'
This commit is contained in:
@ -120,7 +120,6 @@ pub fn MyList(comptime T: type) type {
|
||||
}
|
||||
return nums;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user