From 16893994909db899542d1d3fb5f09dc41a6d58fe Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 8 Feb 2024 12:39:59 +0100 Subject: [PATCH] save as json --- julia/main.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/julia/main.jl b/julia/main.jl index f5be078..bc14790 100644 --- a/julia/main.jl +++ b/julia/main.jl @@ -24,8 +24,8 @@ function main(maxsize::Int) end end end - write("out.dat", json(polycubes)) - write("count.dat", json(size_count)) + write("out.json", json(polycubes)) + write("count.json", json(size_count)) return end