mazeir/output/
stdout.rs

1pub trait Print {
2    fn print(&self);
3}