package main import ( "fmt" "example" ) func main() { fmt.Printf("Hello, world. fact(2) = %v\n", example.Fact(2)) }