Open Issues Need Help
View All on GitHub Uncategorized • General Project
Implement Monkey Console Application 5 months ago
AI Summary: This issue requires the creation of a C# console application that manages a collection of monkeys. Users can list all monkeys, view details of a specific monkey (including ASCII art), and select a random monkey. The implementation involves defining a `Monkey` model class, storing monkey data, and building interactive console commands.
Complexity:
2/5
enhancement good first issue