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

7 lines
60 B
Rust
Raw Normal View History

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