All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 23s
6 lines
63 B
Go
6 lines
63 B
Go
package haha
|
|
|
|
func Haha(x, y int) int {
|
|
return x + y + 1
|
|
}
|