コード例 #1
0
ファイル: main.go プロジェクト: bacsorg/benchmark
func SubmitA(client *benchmark.WebClient) error {
	return client.Submit("A", "C++ 11", APlusB)
}