From e0495e8e2800dbe21fcd8abb52f163bc0b472b58 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 8 Feb 2024 12:04:09 +0100 Subject: [PATCH] fixes json import --- julia/main.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia/main.jl b/julia/main.jl index a15262b..80545b7 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)])