json was right all along

This commit is contained in:
=
2024-02-08 12:05:12 +01:00
parent e0495e8e28
commit 56a84b0265

View File

@@ -1,6 +1,6 @@
include("PolyCube.jl") include("PolyCube.jl")
import Json: json import JSON: json
function main(maxsize::int) function main(maxsize::int)
root_pcube = PolyCube([(0, 0, 0)], [(0, 0, 0)]) root_pcube = PolyCube([(0, 0, 0)], [(0, 0, 0)])