start directory structure and add starter files for c b tree

This commit is contained in:
Nayan Sawyer
2025-11-13 20:16:58 -05:00
commit 3d7f505e02
2 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}