4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
payable contract Test =
|
|
payable entrypoint foo(x : int) = ()
|
|
function bar() = 42
|