docs+mdcompose: update topmost header
This commit is contained in:
parent
8f4d2cb946
commit
5a7efc488e
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue