mirror-ac/server/main.go
2024-06-09 22:09:18 +10:00

7 lines
74 B
Go

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