1
2
3
4
5
6
7
8
pub mod stdio;
pub use crate::stdio::*;

pub mod time;
pub use crate::time::*;

pub mod random;
pub use crate::random::*;