9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
let check_ =
|
|
(p: unit): int =>
|
|
if(Tezos.amount
|
|
== 100000000mutez) {
|
|
42
|
|
} else {
|
|
0
|
|
};
|