Skip to content

Commit 756b287

Browse files
committed
Day 4 Task 2 task function rename
1 parent 6c00347 commit 756b287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Day 4/Part 2/src/Task.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
fun doSomething(commands: Array<String>): Int {
1+
fun solveLastWinAtBingo(commands: Array<String>): Int {
22
return -1 // replace with the result of your solution
33
}

0 commit comments

Comments
 (0)