From 8ec8418a044a35872570230986ebea2a37246005 Mon Sep 17 00:00:00 2001 From: Felisp Date: Sun, 7 Jan 2024 01:34:51 +0100 Subject: [PATCH] Fix the program output Ffs of course now I copy wrong output, this is getting insane --- README.org | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.org b/README.org index 40e2336..58e16ed 100644 --- a/README.org +++ b/README.org @@ -10,19 +10,19 @@ It prints what are the best times to wake up and duration of sleep when presente Like this: #+BEGIN_SRC bash -$ # now it's 01:23; we expect to fall asleep in 5 minutes +$ # now it's 01:34; we expect to fall asleep in 5 minutes $ ./sleepCalc.lua 5 -If gonna fall sleep at: 01:28 +If gonna fall sleep at: 01:39 Wake up | to sleep ------------------ -02:20 | 01h00m -03:20 | 02h00m -04:20 | 03h00m -05:20 | 04h00m -06:20 | 05h00m -07:20 | 06h00m -08:20 | 07h00m -09:20 | 08h00m +03:04 | 01h30m +04:34 | 03h00m +06:04 | 04h30m +07:34 | 06h00m +09:04 | 07h30m +10:34 | 09h00m +12:04 | 10h30m +13:34 | 12h00m #+END_SRC ** Usage