commit 9687745ef83d32f196f133b7828a84237614a3f6 parent cd7aae8fd432f78ba970edb1ca83eaa8df9491cd Author: Claudio Alessi <smoppy@gmail.com> Date: Thu, 16 Sep 2021 16:25:05 +0200 Merge pull request #12 from bsprober/elapsed changed final output Diffstat:
M | snore.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/snore.c b/snore.c @@ -129,6 +129,7 @@ main(int argc, char *argv[]) { sleepu(TICK); printf(CLEAR); } - printf("\a%s elapsed\n", argv[1]); + time_print(tm); + printf("\n"); return 0; }