mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-04 22:28:40 +08:00
fix(codes/c): Fix file header error message (#298)
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* File: linked_list.c
|
* File: linked_list.c
|
||||||
* Created Time: 2022-01-12
|
* Created Time: 2023-01-12
|
||||||
* Author: Zero (glj0@outlook.com)
|
* Author: Zero (glj0@outlook.com)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* File: list.c
|
* File: my_list.c
|
||||||
* Created Time: 2022-01-12
|
* Created Time: 2023-01-12
|
||||||
* Author: Zero (glj0@outlook.com)
|
* Author: Zero (glj0@outlook.com)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* File: array_stack.c
|
* File: array_stack.c
|
||||||
* Created Time: 2022-01-12
|
* Created Time: 2023-01-12
|
||||||
* Author: Zero (glj0@outlook.com)
|
* Author: Zero (glj0@outlook.com)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* File: linkedlist_stack.c
|
* File: linkedlist_stack.c
|
||||||
* Created Time: 2022-01-12
|
* Created Time: 2023-01-12
|
||||||
* Author: Zero (glj0@outlook.com)
|
* Author: Zero (glj0@outlook.com)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user