From 7ce9de405f63dab8058666ca14f163edce58377c Mon Sep 17 00:00:00 2001 From: bochard Date: Fri, 6 Feb 2026 21:28:56 +0800 Subject: [PATCH] added palindrome-checker as submodule to /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 e69de29..4688067 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "works/palindrome-checker"] + path = works/palindrome-checker + url = git@bochard.net:/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