.. | ||
.exercism | ||
cases_test.go | ||
go.mod | ||
HELP.md | ||
README.md | ||
rectangles.go | ||
rectangles_test.go |
Rectangles
Welcome to Rectangles on Exercism's Go Track.
If you need help running the tests or submitting your code, check out HELP.md
.
Instructions
Count the rectangles in an ASCII diagram like the one below.
+--+
++ |
+-++--+
| | |
+--+--+
The above diagram contains 6 rectangles:
+-----+
| |
+-----+
+--+
| |
| |
| |
+--+
+--+
| |
+--+
+--+
| |
+--+
+--+
| |
+--+
++
++
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).
Source
Created by
- @ferhatelmas
Contributed to by
- @bitfield
- @ekingery
- @hilary
- @leenipper
- @sebito91
- @tleen