mirror of
https://git.wolves.top/wolves/leetcode.git
synced 2025-11-04 17:26:32 +08:00
init
This commit is contained in:
8
else/structs/List.h
Normal file
8
else/structs/List.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef List_h
|
||||
#define List_h
|
||||
struct ListNode{
|
||||
int value;
|
||||
struct ListNode * next;
|
||||
}
|
||||
|
||||
#endif //List_h
|
||||
Reference in New Issue
Block a user