8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
contract interface I =
|
|
let (x::y::_) = [1,2,3]
|
|
let c = 10
|
|
let d = 10
|
|
|
|
contract C =
|
|
entrypoint init() = ()
|