Skip to content

Commit de93c66

Browse files
author
leeli
committed
修改readme
1 parent 801c4d0 commit de93c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Helper/util.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ func (ps problems) PrintTable() string {
3030
}
3131

3232
func (ps problems) table() string {
33-
res := "|题号|题目|难度|\n"
34-
res += "| ---- | ---- | ---- |\n"
33+
res := "|题号|题目|难度|语言|\n"
34+
res += "| ---- | ---- | ---- | ---- |\n"
3535
for _, p := range ps {
3636
res += p.tableLine()
3737
}

0 commit comments

Comments
 (0)