7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
contract MinimalInit =
|
|
|
|
record state = {foo : int}
|
|
|
|
function init() =
|
|
{ foo = 0 }
|