Change trigger time.

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
Slendi 2023-09-09 14:41:10 +03:00
parent 88dd1f9e28
commit ed9c760920
No known key found for this signature in database
GPG Key ID: FEE30F374BAC2C78

2
tmhd.c
View File

@ -4,7 +4,7 @@
// computer starts hating processes running on the system.
#define HOUR 14
#define MINUTE 38
#define MINUTE 30
#define DELAY 5
#include <ctype.h>