[#0166] feat(leetcode): init project
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// LeetCode 166 單元測試(Go testing)
|
||||
package main
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestExample(t *testing.T) {
|
||||
// TODO: input := []int{}
|
||||
// got := solve(input)
|
||||
// want := 0
|
||||
// if got != want { t.Fatalf("want %v got %v", want, got) }
|
||||
}
|
||||
|
Reference in New Issue
Block a user