6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
contract Test =
|
|
type state = unit
|
|
entrypoint init() : state =
|
|
let _ = 'é'
|
|
()
|