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 40c1c59909 - Show all commits

View file

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