update sum

This commit is contained in:
Sergey Paramoshkin 2023-10-03 20:10:05 +03:00
parent 5db4ffc412
commit 40c1c59909
No known key found for this signature in database
GPG key ID: 2DDC9CC04EC41558

View file

@ -3,5 +3,5 @@
package sum
func Sum(a, b int64) int64 {
return a + b
return 0
}