drone-test/main.go
2024-09-20 00:54:46 +08:00

7 lines
75 B
Go

package main
import "fmt"
func main() {
fmt.Printf("Hello World!");
}