Files
hello-project/main.go
lixulun 31c2b4b7a2
All checks were successful
continuous-integration/drone/push Build is passing
go project
2023-04-01 14:39:55 +08:00

8 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
}