hexlet-codebattle/codebattle

View on GitHub
services/app/apps/runner/dockers/golang/check/solution.go

Summary

Maintainability
A
1 hr
Test Coverage
package main

func solution(a int64, b int64, c string, d float64, e bool, f map[string]string, g []string, h [][]string) int64 {
    return a + b
}