Skip to content

Commit

Permalink
init func on answer
Browse files Browse the repository at this point in the history
  • Loading branch information
sasurobert committed Oct 5, 2023
1 parent 28dffcc commit 3a1e24a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/contracts/answer/answer.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "../mxvm/context.h"

void init() {}

void answer() {
int64finish(42);
}
1 change: 1 addition & 0 deletions test/contracts/answer/answer.export
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
answer
init

0 comments on commit 3a1e24a

Please sign in to comment.