blob: 3fe354877163d0f432672544964303b180ecebac [file] [log] [blame]
package main
import "fmt"
func greeting() {
println(1)
fmt.Println("hello, git32 ")
}