aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d2e4b9f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# Codeforces template
+Шаблон проекта .NET8 для локального тестирования задач с Codeforces, Yandex, Tinkoff и т.п.
+## Установка и использование
+```ps
+dotnet new install .
+dotnet new codeforces -o sometask
+```
+## Удаление
+```ps
+dotnet new uninstall .
+``` \ No newline at end of file