Skip to content

Commit

Permalink
🌌 Add table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
worthant committed Oct 15, 2024
1 parent 46af3a0 commit d0e6584
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,26 @@
<a aria-label="Elixir CI" href="https://github.com/Imtjl/fp-euler-project-lab1/actions">
<img alt="Elixir CI" src="https://img.shields.io/github/actions/workflow/status/Imtjl/fp-euler-project-lab1/ci.yml?branch=master&style=for-the-badge&labelColor=000000&color=brightgreen">
</a>
<a aria-label="Repo size" href="https://github.com/Imtjl/fp-euler-project-lab1">
<img alt="" src="https://img.shields.io/github/repo-size/Imtjl/fp-euler-project-lab1?style=for-the-badge&logo=github&labelColor=000000&color=008080">
</a>
</p>

<details open>
<summary><b>Table of Contents</b></summary>

- [Title](#title)
- [Test coverage](#tc)
- [Task 9](#task9)
- [Task 21](#task21)
- [Conclusion](#end)

</details>

---

<a id="title"></a>

- Студент: `Дворкин Борис Александрович`
- Группа: `P3331`
- ИСУ: `368090`
Expand All @@ -32,6 +48,8 @@

## Test coverage

<a id="tc"></a>

```
...........
Finished in 26.6 seconds (0.00s async, 26.6s sync)
Expand All @@ -54,6 +72,7 @@ COV FILE LINES RELEVANT MISSED
----------------
```

<a id="task9"></a>
## Проблема №9

---
Expand Down Expand Up @@ -290,6 +309,7 @@ print(f"Pythagorean triplet: a = {a}. b = {b}, c = {c}")
print(f"Product abc = {a * b * c}")
```

<a id="task21"></a>
## Проблема №21

---
Expand Down Expand Up @@ -607,6 +627,8 @@ limit = 10_000
print(f"Amicle numbers sum below {limit} is {find_amicable_nums(limit)}")
```

<a id="end"></a>

## Вывод

В ходе данной лабораторной работы я изучил значительную часть документации по
Expand Down

0 comments on commit d0e6584

Please sign in to comment.