period finder update
This commit is contained in:
+2
-1
@@ -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])
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user