Rust Triangle of stars
This is my own implementation of the star triangle generation algorithm that is usually given in the university, done simply as practice and in a way that is useful for those who are starting to learn Rust, for this reason this development is separated by stages in different branches.
Implementations
- More Updated: main
- Base Algorithm: 1-algorithm
- User input: 2-user-input
- Advanced User Input: 3-advanced-user-input
- Add Language System: 4-lang-system
- Tests: 5-tests
- CI/CD (Github Actions): 6-gh-ci-cd