From 56a84b02659b3fd494dadd7897baf35e23ac177a Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 8 Feb 2024 12:05:12 +0100 Subject: [PATCH] json was right all along --- julia/main.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia/main.jl b/julia/main.jl index 80545b7..a15262b 100644 --- a/julia/main.jl +++ b/julia/main.jl @@ -1,6 +1,6 @@ include("PolyCube.jl") -import Json: json +import JSON: json function main(maxsize::int) root_pcube = PolyCube([(0, 0, 0)], [(0, 0, 0)])