diff --git a/src/main.rs b/src/main.rs index e275f9b..9d96b18 100644 --- a/src/main.rs +++ b/src/main.rs @@ -52,6 +52,7 @@ fn main() { println!( "\nPaper period: {}", // 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]) ); }