This commit is contained in:
krahets
2024-03-21 04:22:07 +08:00
parent 35a07170c0
commit cfdb743939
52 changed files with 292 additions and 290 deletions
@@ -644,7 +644,6 @@ comments: true
let P = n0.next
let n1 = P?.next
n0.next = n1
P?.next = nil
}
```