5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
|
contract Simple =
|
|
type t = int => int
|
|
entrypoint dummy() = ()
|