aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
authorSan Jacobs2023-08-26 22:32:37 +0200
committerSan Jacobs2023-08-26 22:32:37 +0200
commit2a9550709c007d530aae506a5f95bd703f6f7803 (patch)
tree9e793effcda3f8f302dd62b74c8ca7746fdda11b /src/main.odin
parent80362dbf454bb4bc5b19deb438b7c485240ef367 (diff)
downloadsatscalc-2a9550709c007d530aae506a5f95bd703f6f7803.tar.gz
satscalc-2a9550709c007d530aae506a5f95bd703f6f7803.tar.bz2
satscalc-2a9550709c007d530aae506a5f95bd703f6f7803.zip
The start of ICS import
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)