z_1_filetest.gno

0.17 Kb ยท 15 lines
 1package main
 2
 3// SEND: 200000000ugnot
 4
 5import (
 6	"gno.land/r/demo/users"
 7)
 8
 9func main() {
10	users.Register("", "gnouser", "my profile")
11	println("done")
12}
13
14// Output:
15// done