Skip to content

Commit

Permalink
hint support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanna-Neko committed Dec 9, 2022
1 parent 99cc1f7 commit 5148185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func GetTestcases(problem string) testmanager.Testcases {
sp := spinner.New(spinner.CharSets[43], 100*time.Millisecond)
sp.Prefix = "geting TestCases "
sp.Start()
defer fmt.Println("problem " + problem + " fetch done")
defer sp.Stop()
input, output := link.GetSample(contest, index)
var res testmanager.Testcases
Expand Down

0 comments on commit 5148185

Please sign in to comment.