mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 06:07:20 +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;
 | 
					            return nums;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user