New improvements

This commit is contained in:
Robert Vokac 2024-01-27 21:21:38 +00:00
parent 65bc0d9fd6
commit b2c49ff260
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -12,7 +12,7 @@ public class Main {
public static void main(String[] args) throws IOException {
while (true) {
boolean test = true;
boolean test = false;
File starttimeTxt = new File("starttime.txt");
File overtimeTxt = new File("overtime.txt");
String lastStartTime = Utils.readTextFromFile(starttimeTxt);