mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Create ex1.rs
This commit is contained in:
parent
72f2fc269c
commit
a24f0f9398
1 changed files with 5 additions and 0 deletions
5
ex1.rs
Normal file
5
ex1.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
// Make me compile!
|
||||
|
||||
fn main() {
|
||||
println!();
|
||||
}
|
Loading…
Reference in a new issue