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 36a1c2f..89ff39e 100644
--- a/src/main.odin
+++ b/src/main.odin
@@ -4,9 +4,9 @@ import "core:fmt"
main :: proc() {
//test()
- new_workday({0, 0, 1, 1, 1},
+ new_workday({10, 22, 1, 5, 2023},
{00, 08, 5, 5, 2023},
- {00, 07, 6, 5, 2023},
+ {00, 05, 6, 5, 2023},
{30, 21, 5, 5, 2023})
}