add json and file read

This commit is contained in:
2023-03-12 23:34:33 +00:00
parent 4619f1c278
commit 7220d12fb6
11 changed files with 256 additions and 6 deletions

View File

@@ -5,5 +5,4 @@ forever do
a = append(a, i)
i = i + 1
if (i % 1000000 == 0) do
term.log(i)
break
term.log(i)