start working on runtime oop

This commit is contained in:
William Bell
2025-08-02 20:17:24 +01:00
parent 8ea69cce67
commit a7d7ded803
19 changed files with 142 additions and 71 deletions

View File

@@ -5,7 +5,6 @@
import random
import sys
for i in range(10000):
sys.stdout.write("\"")
sys.stdout.write(str(random.random()))
sys.stdout.write("\"\n")
for i in range(10000000):
sys.stdout.write("\"hello world\"\n")