5 lines
96 B
Rust
5 lines
96 B
Rust
/// The exercise is in lib.rs this time!!!
|
|
fn main() {
|
|
println!("Go look in lib.rs ;-)");
|
|
}
|