aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.odin')
-rw-r--r--src/main.odin4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.odin b/src/main.odin
index 2030c2f..36a1c2f 100644
--- a/src/main.odin
+++ b/src/main.odin
@@ -3,10 +3,10 @@ package main
import "core:fmt"
main :: proc() {
- test()
+ //test()
new_workday({0, 0, 1, 1, 1},
{00, 08, 5, 5, 2023},
- {00, 23, 5, 5, 2023},
+ {00, 07, 6, 5, 2023},
{30, 21, 5, 5, 2023})
}