Big testing update

This commit is contained in:
Scarlett
2025-04-25 23:26:50 -04:00
parent 747a48b211
commit 6e4841f0c1
27 changed files with 262 additions and 8 deletions

View File

@ -21,7 +21,7 @@ make_list (a) := {
} else {
ret := reserve ret;
ret.prev := null;
ret.next :s= null;g
ret.next := null;
ret.val := a;
while (0 < a) {
temp := reserve temp;