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
cdfffcf8ec
ligo
/
test
/
contracts
/
counter.mligo
5 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initial commit
2019-05-13 00:56:22 +04:00
type storage = int
let%entry main (p:int) storage =
fix ligodity; add it to the bin; add source locations; merge
2019-06-01 15:29:31 +04:00
(([] : operation list) , p + storage)
Reference in New Issue
Copy Permalink