reverse order

This commit is contained in:
2026-04-07 11:14:04 +02:00
parent 478141c97c
commit 2c4d3d2af3

View File

@@ -52,6 +52,7 @@ fn main() {
println!( println!(
"\nPaper period: {}", "\nPaper period: {}",
// period_paper(vec![0xc2, 0xc2, 0xc2, 0xc2, 0xc2]) // period_paper(vec![0xc2, 0xc2, 0xc2, 0xc2, 0xc2])
period_paper(vec![0x05, 0x58, 0x6f, 0xe1, 0xa3]) // period_paper(vec![0xa3, 0xe1, 0x6f, 0x58, 0x05])
period_paper(vec![0xe3, 0x61, 0x62, 0x00, 0x00])
); );
} }