problem-specifications/exercises/go-counting/description.md in trackler-2.2.1.111 vs problem-specifications/exercises/go-counting/description.md in trackler-2.2.1.113

- old
+ new

@@ -7,9 +7,11 @@ Write a function that determines the territory of each player. You may assume that any stones that have been stranded in enemy territory have already been taken off the board. +Write a function that determines the territory which includes a specified coordinate. + Multiple empty intersections may be encircled at once and for encircling only horizontal and vertical neighbours count. In the following diagram the stones which matter are marked "O" and the stones that don't are marked "I" (ignored). Empty spaces represent empty intersections.