Initial commit

This commit is contained in:
Pin
2023-03-05 16:39:34 -05:00
commit 5121ead594
7 changed files with 386 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# C
*.out
*.gch
vgcore.*
# Build
bin/
.cache/
# Local
compile_commands.json
.doc