rust_job_scheduling/src/data.rs
2024-10-30 21:55:11 +01:00

5 lines
60 B
Rust

mod t10;
mod t500;
pub use t10::T_10;
pub use t500::T_500;