basic computer running

This commit is contained in:
2025-05-23 19:59:40 +02:00
parent 01c3956966
commit b35dd7d9b5
7 changed files with 214 additions and 9 deletions

2
src/sandbox.lua Normal file
View File

@@ -0,0 +1,2 @@
print(string.format("%d / %d", computer.usedMemory(), computer.totalMemory()))
print(string.format("Computer Address: %q, Tmp Address: %q", computer.address(), computer.tmpAddress()))