hexlet-codebattle/codebattle

View on GitHub
services/app/apps/runner/dockers/haskell/check/Solution.hs

Summary

Maintainability
Test Coverage
module Solution where

solution :: Int -> Int -> Int
solution x y = x + y