distribution-calc/src/pages/mod.rs
Felipe Contreras Salinas 5947ac60d5
feat: add binomial distribution calc (#1)
Also, renames the project

Reviewed-on: #1
Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl>
Co-committed-by: Felipe Contreras Salinas <felipe@bstr.cl>
2025-12-08 15:54:09 -03:00

4 lines
63 B
Rust

pub mod binom;
pub mod home;
pub mod hyper;
pub mod not_found;