Crate main

source ·
Expand description

Testing documentation for repository

Example

for arg in env::args() {
    println!("{}", arg);
}

Modules