Add initial project structure and files

This commit is contained in:
2025-12-18 17:01:21 -07:00
commit f97528f2f0
12 changed files with 229 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# C Learning Project: Key-Value store
The purpose of this project is to learn c development from first principles using clang and make with the loose goal of creating an RDBMS.