-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added ordinalDirection
generation function
#992
feat: added ordinalDirection
generation function
#992
Conversation
BAKAJ77
commented
Nov 23, 2024
- Implemented random ordinal direction generation function.
- Added testing code for the ordinal direction generation function.
- Implemented random ordinal direction generation function. - Added testing code for the ordinal direction generation function.
The changes made in this pull request are aimed to solve this issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix formatting
run clang format |
I keep getting this error when I run the script:
|
What clang format version do you have? |
Nevermind, I re-downloaded the clang-format executable and now it works |
@cieslarmichal I think that should do it for the formatting, double checked just to make sure. |