From 93e1545fb7da1f54fcc3dade596185ffe6c7a17d Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 16 Feb 2025 14:11:44 +0100 Subject: Axum @ web.rs --- src/main.rs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/main.rs (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs deleted file mode 100644 index 5ca388b..0000000 --- a/src/main.rs +++ /dev/null @@ -1,12 +0,0 @@ -use hiccup::{SimUpdate::*, SimUpdates, Simulation}; - -fn main() { - let mut sim = Simulation::new(390_000., 0.028, 30); - let updates: SimUpdates = Amortize(12_000.).every(12).and(Amortize(30_000.).at(1)); - - // let mut sim = Simulation::new(200_000., 0.01621, 30); - // let updates: SimUpdates = SimUpdates::default(); - - sim.run(updates); - sim.render_table(); -} -- cgit v1.2.3