Skip to content

Commit

Permalink
Merge pull request #78 from NillionNetwork/version_0.6.0_update
Browse files Browse the repository at this point in the history
Update to release version 0.6.0
  • Loading branch information
Davetbutler authored Aug 30, 2024
2 parents 15e9fe0 + 600f6e8 commit 7d03184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
program: secret_addition_complete
inputs:
my_int1:
SecretInteger: "3"
my_int2:
SecretInteger: "3"
my_int1: 3
my_int2: 3
expected_outputs:
my_output:
SecretInteger: "6"
my_output: 6

0 comments on commit 7d03184

Please sign in to comment.