aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-12-07 23:11:45 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-12-07 23:11:45 +0300
commit48d49b2ef7980d91db130aef07321751af61eaee (patch)
treefaf70f66e9ec815e7ceb17da6083a249725f6188
parent51cceac7a8dbfe8b449bcb387c750d9960d840af (diff)
Add README
-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