Feat: Initial setup + PDG (Needs checking tho)

This commit is contained in:
Mann Patel
2025-11-28 22:03:34 -07:00
parent cd1a698fa5
commit ab9d95be1f
30 changed files with 12204 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# Final Project
---
1. To run the program please run the script:
```bash
chmod +x build.sh
./build.sh
```
2. To run the program with bash run the command:
```bash
bash build.sh
```