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