Open Issues Need Help
View All on GitHub Implement Monkey Console Application about 10 hours ago
AI Summary: This issue requests the creation of a C# console application that provides an interactive command-line interface to manage monkey species data. The application should allow users to list all monkeys, get details for a specific monkey by name, and pick a random monkey, utilizing a `Monkey` model and a seeded in-memory data source. It also requires the inclusion of ASCII art for visual appeal and unit tests for the core logic.
Complexity:
2/5
enhancement good first issue