Skip to content

Commit 4a2681d

Browse files
authored
Update Palindrome Linked List.cpp
1 parent 11ad2f3 commit 4a2681d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Hacker Blocks/Palindrome Linked List.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Leet Code */
1+
/* Hacker Blocks */
22
/* Title - Palindrome Linked List */
33
/* Created By - Akash Modak */
44
/* Date - 2/8/2020 */
@@ -111,4 +111,4 @@ int main() {
111111
cout<<"false";
112112

113113
return 0;
114-
}
114+
}

0 commit comments

Comments
 (0)