5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
contract C =
|
|
type state = int
|
|
|
|
entrypoint init(x) | "y" = 1
|