mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-16 03:59:18 +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