mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +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)?;
|
||||
|
||||
println!(
|
||||
"Factorial starting at {} is {}!",
|
||||
"Factorial starting at {} is {}",
|
||||
proof.public_inputs[0], proof.public_inputs[1]
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user