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:
entrypoint: main
dryRun:
entrypoint: main
parameters: Increment 1
storage: 0
deploy:
entrypoint: main
storage: 0
evaluateValue:
entrypoint: ""
evaluateFunction:
entrypoint: add
parameters: 5, 6
*_*)
type id = int

View File

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

View File

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