Files
echo/main.go
2025-11-14 02:59:01 +03:00

8 lines
87 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello from echo-echo-cho-o")
}