Skip to content

Commit 25545fb

Browse files
committed
fix
1 parent f2be857 commit 25545fb

File tree

1 file changed

+0
-8
lines changed
  • lesson_12/structs_java/structs_app/src/main/java/com/codedifferently/lesson12

1 file changed

+0
-8
lines changed

lesson_12/structs_java/structs_app/src/main/java/com/codedifferently/lesson12/Lesson12.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ public String gameResult(ListNode head) {
1010
return null;
1111
}
1212

13-
class ListNode {
14-
int val;
15-
ListNode next;
16-
17-
ListNode(int x) {
18-
val = x;
19-
}
20-
}
2113

2214
class Solution {
2315
public String gameResult(ListNode head) {

0 commit comments

Comments
 (0)