Welcome to the official repository of CodeHex16! Here, you'll find all the code, documentation, and resources.
Siamo CodeHex16, il gruppo 16 del Progetto di SWE dell'Università degli Studi di Padova.
For the best development experience, we recommend using the provided Visual Studio Code workspace. This will ensure that everyone has the same development environment.
powershell -Command "iwr https://codehex16.github.io/resources/workspace/RUN.bat -OutFile run.bat; .\run.bat; rm run.bat"
curl -s https://codehex16.github.io/resources/workspace/RUN.sh -o run.sh && bash run.sh && rm run.sh