fixed formatting

This commit is contained in:
2024-01-30 02:17:48 +01:00
parent 23f4c7be52
commit 8ed82e01aa
2 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# [Primzahlen](./primes.py)
# [Primzahlen](src/branch/main/loops/primes/primes.py)
## `is_prime`
@ -28,4 +28,4 @@ Schreiben Sie nun folgende Funktion `prime_factorize(n: int) -> list[int]` welch
Tipp: Sie können hierfür die Funktionen `is_prime` und `next_prime` verwenden
## [Hier gehts zu den Lösungen](./solution/primes.py)
## [Hier gehts zu den Lösungen](src/branch/main/loops/primes/solution)