Putting provers in separate files

This commit is contained in:
2026-02-09 23:26:29 +01:00
parent 3fd8414ba2
commit 70afc2a201
8 changed files with 507 additions and 1 deletions

View File

@ -110,6 +110,8 @@ impl Tracer for IndentedTracer
}
self.first = false;
println!("{}", show);
let _ = std::io::stdin().read_line(&mut String::new());
println!("\x1b[2A");
}
fn end_proof(self)