mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46:07 +00:00
add built in socket lib
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user