This project is due on Friday, 9/4/2026 at 11:59PM PDT (GMT-7).
Stage, commit, and push your changes from your local clone.
git add src/main/java/edu/berkeley/cs186/database/databox/StringDataBox.java
git commit -m "Put your own informative commit message here"
git push
After your code is on GitHub, submit from CS186 Gradescope using the GitHub submission method.
If needed, connect GitHub from Gradescope and grant org access via:
https://github.com/settings/applications
For Project 0, only modify files with TODO(proj0) comments. Allowed file:
databox/StringDataBox.javaIf GitHub repo listing times out in Gradescope, submit via upload:
zip -r submission.zip src/