5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
contract interface C1 =
|
|
entrypoint f : int
|
|
|
|
contract C =
|
|
entrypoint f() = 123 |