Skip to content

Commit 7505c10

Browse files
committed
Fix: add missing newline at end of file
1 parent 64866a7 commit 7505c10

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

maths/sieve_of_atkin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,4 @@ def sieve_of_atkin(limit: int) -> list[int]:
107107
# Example usage
108108
print("Prime numbers up to 30 using Sieve of Atkin:")
109109
print(sieve_of_atkin(30))
110+

pr_description.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Summary
2+
This PR adds an implementation of the **Sieve of Atkin** algorithm to the maths directory...
3+

0 commit comments

Comments
 (0)