feat(utils, templates, docs): file-based templates + stronger README
This commit is contained in:
18
problems/0042-answer-to-everything/go/main.go
Normal file
18
problems/0042-answer-to-everything/go/main.go
Normal file
@@ -0,0 +1,18 @@
|
||||
// LeetCode 42: Answer To Everything
|
||||
// 難度: Easy
|
||||
// 日期: 2025-09-12
|
||||
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
// TODO: 根據題意調整簽名
|
||||
func solve(nums []int) int {
|
||||
return 0
|
||||
}
|
||||
|
||||
func main() {
|
||||
fmt.Printf("Hello LeetCode 42!\n")
|
||||
// TODO: 可加入簡單測試
|
||||
}
|
||||
|
Reference in New Issue
Block a user