blob: 4cc72233e13ee42317ed013074331f1ccdadc10b [file] [log] [blame]
package subsub
import "fmt"
func Hello() {
fmt.Println("subsub.Hello")
}