vault backup: 2024-10-25 13:56:54

This commit is contained in:
zleyyij 2024-10-25 13:56:54 -06:00
parent 22548282c3
commit 87121bd4a2

View File

@ -9,4 +9,4 @@
```c ```c
middle = (low + high) / 2 middle = (low + high) / 2
``` ```
The above statement is illegal because The above statement is illegal because you can't add two pointers together