ligo/src/test/contracts/counter.mligo
John David Pressman 71989876db Fix a bug, test added:
A never accounted message was not adding anything to the map
2020-01-08 20:58:26 +00:00

5 lines
91 B
Plaintext

type storage = int
let main (ps: int * storage) =
(([] : operation list) , ps.0 + ps.1)