aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
authorSan Jacobs2023-05-18 16:37:45 +0200
committerSanJacobs2023-05-18 16:38:19 +0200
commit8351103dc23c88bc390e9dd9e9c7112e7c4b80b5 (patch)
treee7ff98674e835bed9cf31a778ffe7364143b9558 /src/main.odin
parentf429f940d4c28c79ac778d1f99f200e8bc91e4ca (diff)
downloadsatscalc-8351103dc23c88bc390e9dd9e9c7112e7c4b80b5.tar.gz
satscalc-8351103dc23c88bc390e9dd9e9c7112e7c4b80b5.tar.bz2
satscalc-8351103dc23c88bc390e9dd9e9c7112e7c4b80b5.zip
Tested stuff, removed needless comment
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})
}