5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
contract Test =
|
|
entrypoint main() : int =
|
|
let c = 'Ā'
|
|
Char.to_int(c)
|