We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c00347 commit 756b287Copy full SHA for 756b287
Day 4/Part 2/src/Task.kt
@@ -1,3 +1,3 @@
1
-fun doSomething(commands: Array<String>): Int {
+fun solveLastWinAtBingo(commands: Array<String>): Int {
2
return -1 // replace with the result of your solution
3
}
0 commit comments