Home
Pages
Classes
Methods
Pages
example.sol
func hello() {
print
(
"hello, world"
)
print
(
1
+1
)
}
hello()