This repository has been archived on 2025-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
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!");
}