Skip to content

Commit 2c22e76

Browse files
committed
Update main.nr
1 parent 31f19f9 commit 2c22e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/src/main.nr

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ use http::parse;
66

77
pub fn main(x0: pub Field, w0: Field, w1: Field) {
88
assert(x0 * w0 + w1 + 2 == 0);
9-
}
9+
}

0 commit comments

Comments
 (0)