We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f19f9 commit 2c22e76Copy full SHA for 2c22e76
bin/src/main.nr
@@ -6,4 +6,4 @@ use http::parse;
6
7
pub fn main(x0: pub Field, w0: Field, w1: Field) {
8
assert(x0 * w0 + w1 + 2 == 0);
9
-}
+}
0 commit comments