mirror of
https://github.com/robertvokac/time-calc.git
synced 2025-03-25 07:27:49 +01:00
New improvements
This commit is contained in:
parent
65bc0d9fd6
commit
b2c49ff260
@ -12,7 +12,7 @@ public class Main {
|
|||||||
|
|
||||||
public static void main(String[] args) throws IOException {
|
public static void main(String[] args) throws IOException {
|
||||||
while (true) {
|
while (true) {
|
||||||
boolean test = true;
|
boolean test = false;
|
||||||
File starttimeTxt = new File("starttime.txt");
|
File starttimeTxt = new File("starttime.txt");
|
||||||
File overtimeTxt = new File("overtime.txt");
|
File overtimeTxt = new File("overtime.txt");
|
||||||
String lastStartTime = Utils.readTextFromFile(starttimeTxt);
|
String lastStartTime = Utils.readTextFromFile(starttimeTxt);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user