Skip to content

Commit cd7fcff

Browse files
committed
fix
1 parent 70725b1 commit cd7fcff

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public String gameResult(ListNode head) {
2727
} else if (scores[0] > scores[1]) {
2828
return "Even";
2929
} else {
30-
return "odd";
30+
return "Odd";
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)