1
0
Шаблонный проект для решения и тестирования задач с Codeforces и подобных
Go to file
2023-12-15 23:05:50 +03:00
.template.config Add exclude parameter to template config 2023-12-07 23:11:35 +03:00
.vscode Initial commit 2023-08-09 09:12:09 +03:00
Codeforces.Console Rename Parser class 2023-12-15 23:05:50 +03:00
Codeforces.Test Fix timeout testing 2023-12-07 22:29:25 +03:00
.gitignore Initial commit 2023-08-09 09:12:09 +03:00
Codeforces.sln Initial commit 2023-08-09 09:12:09 +03:00
README.md Add README 2023-12-07 23:11:45 +03:00

Codeforces template

Шаблон проекта .NET8 для локального тестирования задач с Codeforces, Yandex, Tinkoff и т.п.

Установка и использование

dotnet new install .
dotnet new codeforces -o sometask

Удаление

dotnet new uninstall .