update README & workflows
All checks were successful
Markup Tests / test (push) Successful in 8s
Markdown to Html Tests / test (push) Successful in 12s
Reverse Tests / test (push) Successful in 12s
Sum Tests / test (push) Successful in 11s
Word Stat Tests / test (push) Successful in 11s
Word Stat++ Tests / test (push) Successful in 1m16s
All checks were successful
Markup Tests / test (push) Successful in 8s
Markdown to Html Tests / test (push) Successful in 12s
Reverse Tests / test (push) Successful in 12s
Sum Tests / test (push) Successful in 11s
Word Stat Tests / test (push) Successful in 11s
Word Stat++ Tests / test (push) Successful in 1m16s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: Reverse Tests
|
||||
|
||||
on:
|
||||
# push:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Sum Tests
|
||||
|
||||
on:
|
||||
# push:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Word Stat Tests
|
||||
|
||||
on:
|
||||
# push:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Word Stat++ Tests
|
||||
|
||||
on:
|
||||
# push:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
12
README.md
12
README.md
@@ -157,7 +157,7 @@ include_toc: true
|
||||
Если остался только один игрок, он объявляется победителем.
|
||||
-->
|
||||
|
||||
## Домашнее задание 9. Markdown to HTML [](https://git.fymio.us/me/prog-intro-2025/actions)
|
||||
## Домашнее задание 9. Markdown to HTML [](https://git.codejava.tech/me/prog-intro-2025/actions)
|
||||
|
||||
Модификации
|
||||
* *Base* ✅
|
||||
@@ -178,7 +178,7 @@ include_toc: true
|
||||
* Добавьте поддержку `!!примеров!!`: `<samp>примеров</samp>`
|
||||
|
||||
|
||||
## Домашнее задание 7. Разметка [](https://git.fymio.us/me/prog-intro-2025/actions)
|
||||
## Домашнее задание 7. Разметка [](https://git.codejava.tech/me/prog-intro-2025/actions)
|
||||
|
||||
Модификации
|
||||
* *Base* ✅
|
||||
@@ -208,7 +208,7 @@ include_toc: true
|
||||
* Зачеркнутый текст окружается тегом `s`
|
||||
|
||||
|
||||
## Домашнее задание 6. Подсчет слов++ [](https://git.fymio.us/me/prog-intro-2025/actions)
|
||||
## Домашнее задание 6. Подсчет слов++ [](https://git.codejava.tech/me/prog-intro-2025/actions)
|
||||
|
||||
Модификации
|
||||
* *Base* ✅
|
||||
@@ -338,7 +338,7 @@ include_toc: true
|
||||
* Класс должен иметь имя `ReverseSum`
|
||||
-->
|
||||
|
||||
## Домашнее задание 4. Подсчет слов [](https://git.fymio.us/me/prog-intro-2025/actions)
|
||||
## Домашнее задание 4. Подсчет слов [](https://git.codejava.tech/me/prog-intro-2025/actions)
|
||||
|
||||
|
||||
Модификации
|
||||
@@ -399,7 +399,7 @@ include_toc: true
|
||||
упорядоченные по возрастанию длины (при равенстве – по первому вхождению).
|
||||
* Класс должен иметь имя `WordStatLengthPrefix`
|
||||
|
||||
## Домашнее задание 3. Реверс [](https://git.fymio.us/me/prog-intro-2025/actions)
|
||||
## Домашнее задание 3. Реверс [](https://git.codejava.tech/me/prog-intro-2025/actions)
|
||||
|
||||
|
||||
Модификации
|
||||
@@ -455,7 +455,7 @@ include_toc: true
|
||||
вместо каждого числа выведите сумму чиселв его столбце и строке
|
||||
* Класс должен иметь имя `ReverseSum`
|
||||
|
||||
## Домашнее задание 2. Сумма чисел [](https://git.fymio.us/me/prog-intro-2025/actions)
|
||||
## Домашнее задание 2. Сумма чисел [](https://git.codejava.tech/me/prog-intro-2025/actions)
|
||||
|
||||
Модификации
|
||||
* *Base* ✅
|
||||
|
||||
Reference in New Issue
Block a user