Skip to content

Commit

Permalink
add 996.icu brade link
Browse files Browse the repository at this point in the history
  • Loading branch information
6boris committed Mar 30, 2019
1 parent 5daa7d8 commit abfa14d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -8,6 +8,9 @@ LeetCode of algorithms with golang solution(updating:smiley:).
</p>

<p align="center">
<a href="https://996.icu">
<img src="https://img.shields.io/badge/link-996.icu-red.svg">
</a>
<a href="https://www.travis-ci.org/kylesliu/awesome-golang-leetcode">
<img src="https://www.travis-ci.org/kylesliu/awesome-golang-leetcode.svg?branch=master" alt="Build Status">
</a>
Expand All @@ -24,7 +27,7 @@ LeetCode of algorithms with golang solution(updating:smiley:).
<img src="https://golangci.com/badges/github.com/kylesliu/awesome-golang-leetcode.svg" />
</a>
<a href="https://img.shields.io/github/stars/kylesliu/awesome-golang-leetcode.svg?label=Stars&style=social">
<img src="https://img.shields.io/badge/All_Contributors-6-blue.svg" />
<img src="https://img.shields.io/badge/All_Contributors-8-blue.svg" />
</a>
</p>

Expand Down
15 changes: 7 additions & 8 deletions cmd/leetcode/makedir_test.go
@@ -1,18 +1,17 @@
package leetcode

import (
"fmt"
"testing"
)

func TestMakeDir(t *testing.T) {
problems := GetProblemsInstance()
//problems := GetProblemsInstance()

for _, v := range problems {
if v.PaidOnly {

fmt.Println(v)
}
}
//for _, v := range problems {
// if v.PaidOnly {
//
// fmt.Println(v)
// }
//}
//MakeDir(problems)
}

0 comments on commit abfa14d

Please sign in to comment.