SpoofDPI/hello/hello.go
itworksnow e5e57e912d update
2021-12-28 14:32:40 +09:00

10 lines
82 B
Go

package hello
import (
"fmt"
)
func Hello() {
fmt.Print("Hello TEST")
}