5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
contract Test =
|
|
type state = unit
|
|
entrypoint init() : state =
|
|
() /*
|