From a5aa9693a10fdb856f6a971af903959566bc4b46 Mon Sep 17 00:00:00 2001 From: bochard Date: Fri, 6 Feb 2026 20:58:59 +0800 Subject: [PATCH] added palindrome-checker as submodule under works/ --- .gitmodules | 3 +++ works/palindrome-checker | 1 + 2 files changed, 4 insertions(+) create mode 160000 works/palindrome-checker diff --git a/.gitmodules b/.gitmodules index 8b13789..245c2b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1 +1,4 @@ +[submodule "works/palindrome-checker"] + path = works/palindrome-checker + url = file:///home/git/repos/palindrome-checker.git diff --git a/works/palindrome-checker b/works/palindrome-checker new file mode 160000 index 0000000..fa36631 --- /dev/null +++ b/works/palindrome-checker @@ -0,0 +1 @@ +Subproject commit fa36631883c94468b03196fcf329536c77b2950c -- 2.39.5