[#3005] feat(leetcode): init project, add C# solution

This commit is contained in:
2025-09-22 13:48:38 +08:00
parent 7c86a4a99a
commit c7453b45e6
8 changed files with 255 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// LeetCode 3005 單元測試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) }
}