mirror of
https://github.com/lWolvesl/leetcode.git
synced 2026-06-04 02:21:15 +08:00
init
This commit is contained in:
@@ -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