move master to main #1

Merged
erius merged 18 commits from master into main 2024-06-05 17:39:20 +00:00
Showing only changes of commit e21166e048 - Show all commits

View file

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