docs exercise

This commit is contained in:
Nathan Stocks
2021-06-13 00:08:55 -06:00
parent c63dbe2f57
commit c1d451049d
5 changed files with 54 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
/// The exercise is in lib.rs this time!!!
fn main() {
println!("Go look in lib.rs ;-)");
}