docs+mdcompose: update topmost header

This commit is contained in:
Muhammad Nauman Raza 2025-01-26 00:00:52 +00:00
parent 8f4d2cb946
commit 5a7efc488e
Signed by: devraza
GPG key ID: 91EAD6081011574B
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Code Forces Solutions
# Newton
My set of solutions to the problems on Code Forces.
## Solutions
- [2044B Normal Problem](https://codeforces.com/problemset/problem/2044/B)

View file

@ -91,7 +91,7 @@ func main() {
}
defer file.Close()
file.WriteString("# Code Forces Solutions\nMy set of solutions to the problems on Code Forces.\n## Solutions\n")
file.WriteString("# Newton\nMy set of solutions to the problems on Code Forces.\n## Solutions\n")
for _, line := range solved {
_, err := file.WriteString(line + "\n")