You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.
This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!
If you're interested in learning more about this auto-responder, please read this blog post.
The description for Problem 3 of the Bird Watcher go exercise states,
This means that the 1st day, the bird was not in the garden, the 2nd day it was, the 3rd day it was not, the 4th day it was, and so on and so forth.
bird_watcher_test
, however, is coded to test something different: It expects that the 1st day, the bird was in the garden, the 2nd day it was not, the 3rd day it was, the 4th day it was not:https://github.com/exercism/go/blob/main/exercises/concept/bird-watcher/bird_watcher_test.go
Thus, either the problem description or the test is off by 1. I'm not sure which of the 2 y'all prefer to change.
The text was updated successfully, but these errors were encountered: