period finder update

This commit is contained in:
2026-04-07 11:02:05 +02:00
parent ce0c8146ca
commit 478141c97c
2 changed files with 5 additions and 20 deletions
+2 -1
View File
@@ -51,6 +51,7 @@ fn main() {
println!(
"\nPaper period: {}",
period_paper(vec![1, 2, 3, 4, 5, 6, 7, 8, 9, 10])
// period_paper(vec![0xc2, 0xc2, 0xc2, 0xc2, 0xc2])
period_paper(vec![0x05, 0x58, 0x6f, 0xe1, 0xa3])
);
}