This repository has been archived on 2023-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
rustlings-exercises-completed/ex1.rs
Carol (Nichols || Goulding) a24f0f9398 Create ex1.rs
2015-09-14 22:26:11 -04:00

6 lines
51 B
Rust

// Make me compile!
fn main() {
println!();
}