Skip to content

Commit 728ba3b

Browse files
committed
fix: missing code title
1 parent cc1daac commit 728ba3b

File tree

1 file changed

+1
-0
lines changed
  • solution/1900-1999/1984.Minimum Difference Between Highest and Lowest of K Scores

1 file changed

+1
-0
lines changed

solution/1900-1999/1984.Minimum Difference Between Highest and Lowest of K Scores/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public:
110110
};
111111
```
112112
113+
### **Go**
113114
114115
```go
115116
func minimumDifference(nums []int, k int) int {

0 commit comments

Comments
 (0)