This commit is contained in:
2026-02-14 13:59:46 +01:00
parent b0ea3a9f44
commit f0881f96c4

View File

@ -32,8 +32,8 @@ fn generate_png(n: u32, m: u32, width: u32, height: u32, eps: f64) {
fn main() {
let width = 1000;
let height = 1000;
let max_n = 300;
let max_m = 300;
let max_n = 30;
let max_m = 30;
fs::create_dir_all("out").expect("Erreur");