mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 14:18:20 +08:00 
			
		
		
		
	fix(codes/c): Fix compilation error of list.c caused by renaming.
				
					
				
			This commit is contained in:
		@ -1,3 +1,3 @@
 | 
				
			|||||||
add_executable(array array.c)
 | 
					add_executable(array array.c)
 | 
				
			||||||
add_executable(linked_list linked_list.c)
 | 
					add_executable(linked_list linked_list.c)
 | 
				
			||||||
add_executable(list list.c)
 | 
					add_executable(my_list my_list.c)
 | 
				
			||||||
		Reference in New Issue
	
	Block a user