by SDR
Pay attention!
We solved this assignment using TypeScript with the Bun runtime. The code will not work with Node.js because we’ve used the built-in testing library, unavailable on Node.
You can install Bun using their official guide.
For MacOS and Linux:
curl -fsSL https://bun.sh/install | bashFor Windows:
powershell -c "irm bun.sh/install.ps1|iex"After cloning the repository, install dependencies.
bun installTo run the project, use the command below.
bun testYou may find the report under report/report.pdf.
The project is protected under the Student Open License to prevent cheating from other students, and is also distributed under the BSD 3-Clause License for other users of the software.