add zig codes for Section 'Array', 'LinkedList' and 'List'

pull/237/head
sjinzh 2 years ago
parent 82f9542abe
commit 2367318a28

@ -137,7 +137,7 @@ pub fn main() !void {
//
var index = find(nums, 3);
std.debug.print("\n在 nums_ext 中查找元素 3 ,得到索引 = {}\n", .{index});
std.debug.print("\n在 nums 中查找元素 3 ,得到索引 = {}\n", .{index});
const getchar = try std.io.getStdIn().reader().readByte();
_ = getchar;

Loading…
Cancel
Save