From 2c4d3d2af3a2ea77ef6d7255c6381cc8c3102eb4 Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Tue, 7 Apr 2026 11:14:04 +0200 Subject: [PATCH] reverse order --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]) ); }