This website requires JavaScript.
Explore
Help
Register
Sign In
balsoft
/
ligo
Watch
1
Star
0
Fork
0
You've already forked ligo
Code
Issues
Pull Requests
Releases
Wiki
Activity
ligo
/
src
/
test
/
contracts
/
counter.mligo
5 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initial commit
2019-05-12 20:56:22 +00:00
type storage = int
Fix a bug, test added: A never accounted message was not adding anything to the map
2020-01-08 20:58:26 +00:00
let main (ps: int * storage) =
(([] : operation list) , ps.0 + ps.1)
Reference in New Issue
Copy Permalink