aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.odin')
-rw-r--r--src/main.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.odin b/src/main.odin
index bcbaeec..729715b 100644
--- a/src/main.odin
+++ b/src/main.odin
@@ -13,6 +13,8 @@ main :: proc() {
// for cache reasons, and to simplify the process of
// adding new Workdays to the array.
+ _, _ = importICS("res/test.ics")
+
workdays: [dynamic]^Workday
resize(&workdays, 3)