6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
contract Foo =
|
|
type state = unit
|
|
entrypoint init(): state =
|
|
let _ = sg_GHI
|
|
()
|