From e798f115d7c01f1314b48ccaa7b3b486dcbc1061 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 1 May 2024 16:18:34 +0000 Subject: Briefly explain solution --- main.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.rs b/main.rs index 2d2e92c..60a5a2c 100644 --- a/main.rs +++ b/main.rs @@ -8,6 +8,9 @@ use std::io::Write; fn main() -> std::io::Result<()> { // This should have been a Python script, but Rust is more of a meme + // The ASCII art contains 60 .s and 40 |s while the rest of the puzzle contains an equal number of both + // Indicating that the message is hidden in the "missing" .s + // Similar to https://puzzling.stackexchange.com/questions/126316/equilateral-figure which independently came up with a slightly similar idea let header = r#" db db dpqb dp8b -- cgit v1.2.3-70-g09d2