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