go-test-mod/main.go

6 lines
59 B
Go

package main
func Test() string {
return "Hello World"
}