next_util/
lib.rs

1
2
3
4mod tests;
5
6fn main() {
7    println!("Hello, world!");
8}