10 lines
104 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("LLM API Benchmark Tool 初始化成功")
}