// the find
acenelio/curso-logica-de-programacao-csharp
A course companion repo from a Brazilian instructor, containing ~80 isolated C# console projects — one per exercise — covering basic programming logic through arrays and matrices. It's aimed squarely at beginners following along with a specific Portuguese-language course, not general-purpose reference material.
Each exercise gets its own solution file, so you can open any single problem without wading through unrelated code. The URI Online Judge problem numbering (uri1001, uri1002, etc.) makes it trivially easy to find the solution to a specific problem if you're stuck. The matrix exercises include a PDF with the original problem statement, which is more useful than a cryptic folder name alone.
No README, no explanation of what any exercise covers — if you're not already enrolled in the course, this repo is nearly useless. Last pushed in 2023, so it's abandoned. Every project is a throwaway console app with no tests, no shared utilities, and no progression in code quality — by exercise 80 the code is written the same way as exercise 1. The repo structure (separate .sln per exercise) creates absurd overhead; a single multi-project solution would have been far more practical.