mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat(challenges): add single-number
This commit is contained in:
@@ -43,13 +43,13 @@ The characters that are not in the intervals `[a-z]` or `[A-Z]` will be shown as
|
||||
|
||||
### Constraints
|
||||
|
||||
- 0 < W < 30
|
||||
- 0 < H < 30
|
||||
- 0 < N < 200
|
||||
- $$0 < W < 30$$
|
||||
- $$0 < H < 30$$
|
||||
- $$0 < N < 200$$
|
||||
|
||||
## Source
|
||||
|
||||
- [CodinGame](https://www.codingame.com/training/easy/ascii-art)
|
||||
[CodinGame](https://www.codingame.com/training/easy/ascii-art)
|
||||
|
||||
## Examples
|
||||
|
||||
|
Reference in New Issue
Block a user