This commit is contained in:
Sergey Paramoshkin 2023-10-03 19:36:06 +03:00
parent e21166e048
commit 5db4ffc412
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 a + b
}