package main import "fmt" func main() { fmt.Println("Hello from Forgejo!") } func Add(a, b int) int { return a + b } // Implemented issue #2