From e393a9298bf2f70fbdc20adc74864a26e2c16e88 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Fri, 31 Jul 2026 23:34:18 +0300 Subject: [PATCH] docs: set up GitHub Pages for problem solutions Closes #15 --- docs/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..b9e6f86 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,9 @@ +# Competitive Programming Solutions + +This repository contains solutions to various competitive programming problems. + +## Platforms + +- [AtCoder](../AtCoder/README.md) +- [CodeChef](../CodeChef/README.md) +- [CodeForces](../CodeForces/README.md)