cursed 1-indexed language

This commit is contained in:
=
2024-02-08 12:17:47 +01:00
parent 6881275e32
commit 9a6f14de9a

View File

@@ -9,7 +9,7 @@ function main(maxsize::Int)
push!(todo, root_pcube)
polycubes = Dict{Vector{Coord}, Vector{Coord}}()
polycubes[root_pcube.oriented_differences[0]] = root_pcube.cubes
polycubes[root_pcube.oriented_differences[1]] = root_pcube.cubes
size_count = zeros(Int, maxsize)
size_count[1] = 1