main.go added
parent
80a50c7a28
commit
433de4d309
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("hello, sailor!")
|
||||
}
|
Loading…
Reference in New Issue