Skip to content

Commit f995e65

Browse files
committed
show activity stream url after submission
Fixes #314
1 parent 5357f13 commit f995e65

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmd/submit.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@ func Submit(ctx *cli.Context) {
9999
log.Fatal(err)
100100
}
101101

102-
fmt.Printf("%s - %s\n%s\n\n", submission.Language, submission.Name, submission.URL)
102+
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)
103104
}

0 commit comments

Comments
 (0)