Files
Nathan Stocks c1d451049d docs exercise
2021-06-13 00:08:55 -06:00

5 lines
96 B
Rust

/// The exercise is in lib.rs this time!!!
fn main() {
println!("Go look in lib.rs ;-)");
}