示例#1
0
文件: main.go 项目: bacsorg/benchmark
func SubmitA(client *benchmark.WebClient) error {
	return client.Submit("A", "C++ 11", APlusB)
}