update README

This commit is contained in:
Odweta
2023-12-07 20:05:35 +01:00
parent 7fb1267224
commit 8a498d4327
+3 -1
View File
@@ -23,7 +23,9 @@ I got bored with having to use complicated checking and stuff when working with
1. Dynamically allocated arrays (vectors)
2. Converting a vector into a string (has to be a `char` vector)
3. Popping the last value of a vector and returning it
4. Getting and settings a value of a vector on a given index
4. Getting and setting a value of a vector on a given index
5. Pushing a value at the end of a vector
6. Inserting a value into a vector at a given index
#### TODO: