pull-pal/cmd/main.go
Moby von Briesen a570437b9c Initial commit (part 2)
I added some code
and comments too
it's almost set up
for me and you
2023-04-22 14:50:15 -04:00

8 lines
66 B
Go

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