Search Apps Documentation Source Content File Folder Download Copy Actions Download

hello.gno

0.10 Kb · 5 lines
1package hello
2
3func Render(path string) string {
4	return "# Hello, gno!\n\nDeployed via gnomcp.\n"
5}