To install Bun runtime, please follow the instructions on the official website.
To install dependencies:
bun installTo run the tests for a specific exercise, use the following command:
bun test <exercise-directory>For more information about an exercise, please refer to the README.md file of the exercise's directory.