Make this build for now
This commit is contained in:
parent
e0517d987a
commit
c99bb81a88
|
@ -1 +1,7 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello world!")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue