mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +00:00
removed confusing grammatical exclamation point from factorial example
This commit is contained in:
parent
95eeed46f0
commit
f0e144bb9b
@ -35,7 +35,7 @@ fn main() -> Result<()> {
|
|||||||
let proof = data.prove(pw)?;
|
let proof = data.prove(pw)?;
|
||||||
|
|
||||||
println!(
|
println!(
|
||||||
"Factorial starting at {} is {}!",
|
"Factorial starting at {} is {}",
|
||||||
proof.public_inputs[0], proof.public_inputs[1]
|
proof.public_inputs[0], proof.public_inputs[1]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user