Initial commit

This commit is contained in:
Nathan McCarty 2025-01-03 09:32:58 -05:00
commit 2255e73949
9 changed files with 373 additions and 0 deletions

9
pack.toml Normal file
View file

@ -0,0 +1,9 @@
[custom.all.advent]
type = "local"
path = "."
ipkg = "advent.ipkg"
[custom.all.structures]
type = "local"
path = "../structures"
ipkg = "structures.ipkg"