Newer
Older
01_hello / func / sub / sample.go
package sub

import "fmt"

func Sample() {
	fmt.Println("sample")
}