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. As a striking example, Objective-C's ASCII logo is just enormous:
The idea would be to come up with a new ASCII logo for Objective-C 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:
What do you think of this one?
Sorry, something went wrong.
450f1ff
atluft
No branches or pull requests
Some of our ASCII logos exceed the max size imposed by our Guideline. As a striking example, Objective-C's ASCII logo is just enormous:
The idea would be to come up with a new ASCII logo for Objective-C 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: