Skip to content

Commit aa7446d

Browse files
committed
Add post-fetch message to demo command
1 parent 98d1d39 commit aa7446d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ func main() {
8686
fmt.Println(err)
8787
}
8888
}
89+
90+
msg := "\nThe demo exercises have been written to %s, in subdirectories by language.\n\nTo try an exercise, change directory to a language/exercise, read the README and run the tests.\n\n"
91+
fmt.Printf(msg, config.ExercismDirectory)
8992
},
9093
},
9194
{

0 commit comments

Comments
 (0)