Skip to content

Commit

Permalink
chore(ssa refactor): Rename Brillig example (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Jun 6, 2023
1 parent c5e34c5 commit 06543b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Tests a very simple program.
//
// The features being tested is assertion
// The features being tested is the identity function in Brillig
fn main(x : Field) {
assert(x == identity(x));
}
Expand Down

0 comments on commit 06543b5

Please sign in to comment.