1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

docs(challenges): improvements to Constraints LaTeX/KaTeX syntax

This commit is contained in:
2023-08-27 15:09:31 +02:00
parent a081ec8faf
commit 142dc9d1dd
4 changed files with 7 additions and 7 deletions

View File

@ -27,7 +27,7 @@ available ingredients.
### Constraints
- $$1 <= N <= 10$$
- $$1 \leq N \leq 10$$
- All ingredient quantities will be integers between 1 and 10 000.
## Source