Search
Apps
Documentation
Source
Content
File
Folder
Download
Copy
Actions
Download
gno.land Search
Search
r
tests
vm
init
Update Breadcrumb
Network Info
Network Info
Close Network Info
Chain ID
staging
RPC Address
https://rpc.gno.land:443
Content
Source
Actions
init.gno
0.08 Kb ยท 12 lines
Copy
Download
1
package
init
2
3
var
(
4
s
string
5
)
6
7
func
init
(
)
{
8
s
=
"hello"
9
}
10
11
func
main
(
)
{
12
}