From 8351103dc23c88bc390e9dd9e9c7112e7c4b80b5 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Thu, 18 May 2023 16:37:45 +0200 Subject: Tested stuff, removed needless comment --- src/main.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.odin') 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}) } -- cgit v1.2.1