We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some of our ASCII logos exceed the max size imposed by our Guideline. The Prolog's ASCII logo is one of them:
The idea would be to come up with a new ASCII logo for Prolog with a width < MAX_WIDTH = 40 and height < MAX_HEIGHT = 25
To check if your ASCII logo falls into the boundaries of width/height defined above, you can run cargo test -- --ignored
cargo test -- --ignored
The text was updated successfully, but these errors were encountered:
85fc5e3
No branches or pull requests
Some of our ASCII logos exceed the max size imposed by our Guideline. The Prolog's ASCII logo is one of them:
The idea would be to come up with a new ASCII logo for Prolog with a width < MAX_WIDTH = 40 and height < MAX_HEIGHT = 25
To check if your ASCII logo falls into the boundaries of width/height defined above, you can run
cargo test -- --ignored
The text was updated successfully, but these errors were encountered: