Skip to content

Commit 0e12138

Browse files
committed
update template
1 parent 0a28492 commit 0e12138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copypasta/template/interactive_problem/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (io *mockIO) printAnswer(actualAns answer) {
6161
// Mock query
6262
func (io *mockIO) query(q request) (resp response) {
6363
if io.caseNum == debugCaseNum {
64-
Print("Query ", q, " ")
64+
Print("Query ", q, " => ")
6565
defer func() { Println(resp) }()
6666
}
6767

0 commit comments

Comments
 (0)