Open Issues Need Help
View All on GitHub Monkey 콘솔 애플리케이션 구현 about 3 hours ago
AI Summary: This GitHub issue outlines the creation of a C# console application designed to manage and display monkey information. Users should be able to list all monkeys, search for a specific monkey by name, and select a random one, all while utilizing a `Monkey` model class and enhancing the output with ASCII art. The implementation emphasizes good coding practices, including a static helper class for data management, a menu-driven console UI, XML comments, and basic error handling.
Complexity:
3/5
enhancement good first issue