Skip to content

Commit 91c217f

Browse files
Update LinkedList.py
1 parent 5520852 commit 91c217f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

LinkedList.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
1+
class LinkedList():
2+
def __init__(self):
3+
pass

0 commit comments

Comments
 (0)