https://gitlab.com/tezos/tezos
Raw File
Tip revision: 631a98d972d832382af739ef0d622ce0157f0ac8 authored by Thomas Letan on 04 March 2024, 09:18:27 UTC
fixup: rebase command
Tip revision: 631a98d
ediv_mutez-nat_01.tzt
code { EDIV } ;
input { Stack_elt mutez 102 ; Stack_elt nat 3 } ;
output { Stack_elt (option (pair mutez mutez)) (Some (Pair 34 0)) }
back to top