add built in socket lib

This commit is contained in:
2023-06-22 09:27:21 +01:00
parent a8cbfa66e9
commit b8ceafa3c9
3 changed files with 134 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
f() = do
let a = []
for (i from 0 to 10000000) a.append(i)
for (i from 0 to 1000000) a.append(i)
term.log("start")
f()