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 0a28492 commit 0e12138Copy full SHA for 0e12138
copypasta/template/interactive_problem/main_test.go
@@ -61,7 +61,7 @@ func (io *mockIO) printAnswer(actualAns answer) {
61
// Mock query
62
func (io *mockIO) query(q request) (resp response) {
63
if io.caseNum == debugCaseNum {
64
- Print("Query ", q, " ")
+ Print("Query ", q, " => ")
65
defer func() { Println(resp) }()
66
}
67
0 commit comments