
* Deprecate AEVM * Fix test, changelog * Restore old rebar * rebar lock fix * undo export Co-authored-by: Gaith Hallak <gaithhallak@gmail.com> * undo export Co-authored-by: Gaith Hallak <gaithhallak@gmail.com> * Solve GH suggestions * Fix the docs * update docs * Remove unused tests * undo weird change Co-authored-by: Gaith Hallak <gaithhallak@gmail.com>
4 lines
317 B
Plaintext
4 lines
317 B
Plaintext
contract ShareTwo =
|
|
record state = {s1 : int, s2 : int}
|
|
entrypoint init() = {s1 = 0, s2 = 0}
|
|
stateful entrypoint buy() = () |