drone-test/main.go
Ask Bjørn Hansen fc924d2d9d
Some checks reported errors
continuous-integration/drone/push Build encountered an error
drone test
2020-05-24 21:45:54 -07:00

7 lines
73 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello world")
}