hexlet-codebattle/codebattle

View on GitHub
services/app/apps/runner/dockers/kotlin/check/solution.kt

Summary

Maintainability
A
1 hr
Test Coverage
package solution

import kotlin.collections.*

fun solution(a: Int, b: Int, c: String, d: Double, e: Boolean, f: Map<String, String>, g: List<String>, h: List<List<String>>): Int {
    println("asdf")
    return a + b
}