Skip to content

Commit

Permalink
Add post-fetch message to demo command
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed Apr 27, 2014
1 parent 98d1d39 commit aa7446d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ func main() {
fmt.Println(err)
}
}

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"
fmt.Printf(msg, config.ExercismDirectory)
},
},
{
Expand Down

0 comments on commit aa7446d

Please sign in to comment.