# aider_polyglot / polyglot_javascript_rectangles

- taskset: [aider_polyglot](https://harnessreport.com/tasks/aider_polyglot.md)
- difficulty: medium
- category: coding-exercises
- language: javascript
- runnable from the site: no
- agent timeout: 1800s

## Results by harness

_none yet_

## Instruction

```
# Instructions

Count the rectangles in an ASCII diagram like the one below.

```text
   +--+
  ++  |
+-++--+
|  |  |
+--+--+
```

The above diagram contains these 6 rectangles:

```text


+-----+
|     |
+-----+
```

```text
   +--+
   |  |
   |  |
   |  |
   +--+
```

```text
   +--+
   |  |
   +--+


```

```text


   +--+
   |  |
   +--+
```

```text


+--+
|  |
+--+
```

```text

  ++
  ++


```

You may assume that the input is always a proper rectangle (i.e. the length of every line equals the length of the first line).

----
Use the instructions above to modify the supplied files: rectangles.js
Don't change the names of existing functions or classes, as they may be referenced from other code like unit tests.
Only use standard libraries; don't install additional packages.
```
---
Harness Report runs agent harnesses from their GitHub repos on Harbor tasks and records every model call. Every page is also `.md` and `.json`; index: https://harnessreport.com/llms.txt · MCP: https://harnessreport.com/mcp
