https://gitlab.com/tezos/tezos
Raw File
Tip revision: f2728f13a2763830c7d0517d60777c98e5755dfe authored by Pietro Abate on 18 January 2024, 10:27:56 UTC
Use fast compression level for artifacts and cache
Tip revision: f2728f1
compare_timestamp_02.tzt
code { COMPARE } ;
input { Stack_elt timestamp "2" ; Stack_elt timestamp "1" } ;
output { Stack_elt int 1 }
back to top