From 7d65224d607742b9fbb6d834a426a296f41bbabc Mon Sep 17 00:00:00 2001 From: m4siri Date: Mon, 1 Dec 2025 22:07:59 +0545 Subject: solve: 05_longest-palindromic-substring god i fucking hate this. lots of hit & trial on this one specially. instant fixing right after failing a test without thinking aot. --- 05_longest-palindromic-substring/Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 05_longest-palindromic-substring/Cargo.lock (limited to '05_longest-palindromic-substring/Cargo.lock') diff --git a/05_longest-palindromic-substring/Cargo.lock b/05_longest-palindromic-substring/Cargo.lock new file mode 100644 index 0000000..6f94d4a --- /dev/null +++ b/05_longest-palindromic-substring/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "longest-palindromic-substring" +version = "0.1.0" -- cgit v1.2.3