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