learn_rust_bugs 0.1.0

Self-learning Rust
Documentation
1
2
3
4
5
use library;

fn main() {
    library::lib();
}