Ask Bjørn Hansen
fc924d2d9d
Some checks reported errors
continuous-integration/drone/push Build encountered an error
7 lines
73 B
Go
7 lines
73 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("hello world")
|
|
} |