removing wrong dryRun and evaluateFunction in ide examples

This commit is contained in:
Pierre-Emmanuel Wulfman 2020-04-29 13:43:02 +02:00
parent 0c9aeeeb64
commit 4d51aa62cb
3 changed files with 0 additions and 17 deletions

View File

@ -4,17 +4,10 @@
compile: compile:
entrypoint: main entrypoint: main
dryRun: dryRun:
entrypoint: main
parameters: Increment 1
storage: 0
deploy: deploy:
entrypoint: main
storage: 0
evaluateValue: evaluateValue:
entrypoint: "" entrypoint: ""
evaluateFunction: evaluateFunction:
entrypoint: add
parameters: 5, 6
*_*) *_*)
type id = int type id = int

View File

@ -4,17 +4,12 @@
compile: compile:
entrypoint: main entrypoint: main
dryRun: dryRun:
entrypoint: main
parameters: Increment 1
storage: 0
deploy: deploy:
entrypoint: main entrypoint: main
storage: 0 storage: 0
evaluateValue: evaluateValue:
entrypoint: "" entrypoint: ""
evaluateFunction: evaluateFunction:
entrypoint: add
parameters: 5, 6
*_*) *_*)
type id is int type id is int

View File

@ -4,17 +4,12 @@
compile: compile:
entrypoint: main entrypoint: main
dryRun: dryRun:
entrypoint: main
parameters: Increment 1
storage: 0
deploy: deploy:
entrypoint: main entrypoint: main
storage: 0 storage: 0
evaluateValue: evaluateValue:
entrypoint: "" entrypoint: ""
evaluateFunction: evaluateFunction:
entrypoint: add
parameters: 5, 6
*_*) *_*)
type id = int type id = int