Skip to content

Commit d15482a

Browse files
Update challenge-1/submissions/yz4230/solution-template.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 800774e commit d15482a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

challenge-1/submissions/yz4230/solution-template.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ func main() {
2020

2121
// Sum returns the sum of a and b.
2222
func Sum(a int, b int) int {
23-
// TODO: Implement the function
23+
// Sum returns the sum of a and b.
24+
func Sum(a int, b int) int {
25+
return a + b
26+
}
2427
return a + b
2528
}

0 commit comments

Comments
 (0)