ligo/src/test/contracts/michelson_insertion.mligo

5 lines
134 B
Plaintext
Raw Normal View History

2020-04-15 17:15:55 +02:00
// Test michelson insertion in CameLIGO
let michelson_add (n : nat) : nat =
[%Michelson {| DUP;ADD; PUSH "hello" |} : nat -> nat ]