2025-07-01 04:04:13 +02:00
|
|
|
fn main() -> std::io::Result<()> {
|
|
|
|
|
// let now = std::time::Instant::now();
|
|
|
|
|
// println!("{}", now.elapsed().as_micros());
|
2025-06-19 23:48:16 +02:00
|
|
|
|
2025-07-10 15:47:49 +02:00
|
|
|
reactionsystems::examples::graphml()?;
|
2025-07-08 01:03:50 +02:00
|
|
|
|
2025-05-14 11:42:19 +02:00
|
|
|
Ok(())
|
|
|
|
|
}
|