Go to file
David Poeschl f81f4124b4
Bugfix: Run the selected problem's code when teams Test in VSCode (#6)
It was previously always picking the first problem from the list (with a non-zero id).
2023-11-05 20:57:18 -05:00
docs Add architecture docs 2023-09-14 11:31:30 -04:00
extension Bugfix: Run the selected problem's code when teams Test in VSCode (#6) 2023-11-05 20:57:18 -05:00
sandbox [sandbox] Update deps 2023-10-18 14:32:48 -04:00
web Update README.md 2023-11-02 18:09:11 -04:00
.gitignore gitignore entry for ".idea" (#7) 2023-11-05 11:06:45 -05:00
README.md Add READMEs 2023-09-14 11:16:11 -04:00

BW High School Programming Contest Environment

This is a mono-repo comprised of 3 components: web, sandbox, and extension.

Each directory contains instructions for building, development, and deployment.