summaryrefslogtreecommitdiff
path: root/05_longest-palindromic-substring/Cargo.lock
diff options
context:
space:
mode:
authorm4siri <git@m4siri.com>2025-12-01 22:07:59 +0545
committerm4siri <git@m4siri.com>2025-12-01 22:08:56 +0545
commit7d65224d607742b9fbb6d834a426a296f41bbabc (patch)
tree0480859f7f2d4ac70e3887957953eb940cec3a5d /05_longest-palindromic-substring/Cargo.lock
parent224bf52811c230567a47cb4badbbe20a3afd2f41 (diff)
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.
Diffstat (limited to '05_longest-palindromic-substring/Cargo.lock')
-rw-r--r--05_longest-palindromic-substring/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
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"