// test/test.go package main import "fmt" func Add(a, b int) int { return a + b } func main() { // fmt.Println("ئابدۇسالام") fmt.Print(1) }