1 Open Issue Need Help Last updated: Nov 12, 2025

Open Issues Need Help

View All on GitHub
Uncategorized General Project

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