8 lines
85 B
Go
8 lines
85 B
Go
package mypackage
|
|
|
|
import "fmt"
|
|
|
|
func PrintHello() {
|
|
fmt.Println("Hello, World!")
|
|
}
|