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/exercises/ex1.rs

7 lines
63 B
Rust
Raw Normal View History

2018-02-22 00:09:53 -06:00
// ex1.rs
// Make me compile! :)
2015-09-14 21:26:11 -05:00
fn main() {
println();
2015-09-14 21:26:11 -05:00
}