libcore/helloworld.go

6 lines
83 B
Go

package libcore
func HelloWorld() string {
return "Hello, World! from libcore"
}