package test import "fmt" func PrintHello() { fmt.Println("Hello, World!") }