1
0
codeforces-template/README.md

11 lines
330 B
Markdown
Raw Permalink Normal View History

2023-12-07 23:11:45 +03:00
# Codeforces template
Шаблон проекта .NET8 для локального тестирования задач с Codeforces, Yandex, Tinkoff и т.п.
## Установка и использование
```ps
dotnet new install .
dotnet new codeforces -o sometask
```
## Удаление
```ps
dotnet new uninstall .
```