This repository was created to manage my study topics.
If you want to see my path through rust this repository will fit your wish.
If you want to see my profile, you can find it here
To execute an test just enter the exercise file and run: ```cargo test -- --ignored ``` in your terminal.This command will do all tests, including the ignored tests. (Feel free to remove the -- --ignored
)