cp_lib/
lib.rs

1mod input;
2
3pub use input::{get_number, get_vec_number, get_string};