mirror of
https://github.com/Pull-Pal/pull-pal.git
synced 2025-02-20 23:27:33 -05:00
8 lines
66 B
Go
8 lines
66 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("hello")
|
|
}
|