5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
contract C =
|
|
entrypoint f : () => unit
|
|
|
|
main contract M =
|
|
entrypoint f() = 123 |