aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
authorSanJacobs2023-05-18 15:47:01 +0200
committerSanJacobs2023-05-18 15:47:01 +0200
commitf429f940d4c28c79ac778d1f99f200e8bc91e4ca (patch)
treebd9d126eabc94cbe4765387fc876434d18b273d6 /src/main.odin
parentd2b654b37da8fd7dcc29f01c4d654b008ff724f7 (diff)
downloadsatscalc-f429f940d4c28c79ac778d1f99f200e8bc91e4ca.tar.gz
satscalc-f429f940d4c28c79ac778d1f99f200e8bc91e4ca.tar.bz2
satscalc-f429f940d4c28c79ac778d1f99f200e8bc91e4ca.zip
Fixed some crucial bugs, did some minor improvements
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})
}