SpoofDPI/hello/hello.go
itworksnow 512b04f3dd update
2021-12-28 14:13:20 +09:00

10 lines
85 B
Go

package hello
import (
"fmt"
)
func Hello() {
fmt.Print("Hello, world!")
}