X-Git-Url: https://git.cworth.org/git?p=mnemon;a=blobdiff_plain;f=mnemon.c;h=bbc6456b60f9b9c8c4e78c9dfdfc84da36ce723b;hp=dfcc60e78fe3a931c60f0d8b9d1a8d82ca798e0d;hb=26746c5d0ec7bb5ebcc35e01ece4caef1a6cb253;hpb=776dfc7b017ad307113ed9634de3adedcf61c28f diff --git a/mnemon.c b/mnemon.c index dfcc60e..bbc6456 100644 --- a/mnemon.c +++ b/mnemon.c @@ -1185,7 +1185,10 @@ mnemon_do_challenges (mnemon_t *mnemon) mnemon->unlearned || mnemon->to_master > 0); - printf ("Great job.\n"); + printf ("Great job.\nHere are your current results:\n"); + mnemon_print_histogram (mnemon, NULL, 0); + response = readline ("Press enter to quit.\n"); + free (response); } int