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 5357f13 commit f995e65Copy full SHA for f995e65
1 file changed
cmd/submit.go
@@ -99,5 +99,6 @@ func Submit(ctx *cli.Context) {
99
log.Fatal(err)
100
}
101
102
- fmt.Printf("%s - %s\n%s\n\n", submission.Language, submission.Name, submission.URL)
+ fmt.Printf("Your %s solution for %s has been submitted. View it here:\n%s\n\n", submission.Language, submission.Name, submission.URL)
103
+ fmt.Printf("See related solutions and get involved here:\n%stracks/%s/exercises/%s\n\n", c.API, iteration.TrackID, iteration.Problem)
104
0 commit comments