helloworld.gno

package helloworld

func Render(_ string) string {
	return "Hello, World!"
}