save as json

This commit is contained in:
=
2024-02-08 12:39:59 +01:00
parent 1327c10b8e
commit 1689399490

View File

@@ -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