Files
ai-bot/main.go
T
2026-08-13 18:22:55 +08:00

8 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}