Search Apps Documentation Source Content File Folder Download Copy Actions Download

package.gno

0.06 Kb ยท 4 lines
1package addtest
2
3func Test(cur realm) string {
4	return "test"
5}