Checkpoint before working on linkedlist stuff

This commit is contained in:
2023-12-05 19:11:54 -05:00
parent 86676cae61
commit 0c23f7bf3a
6 changed files with 494 additions and 6 deletions

15
.gitignore vendored
View File

@@ -1,7 +1,10 @@
# Ignore all
*
# Unignore all with extensions
!*.*
*.exe
# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
*.exe
.vscode