This website requires JavaScript.
Explore
Help
Sign In
mirror
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/rust-lang/rustlings.git
synced
2024-12-26 00:00:03 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
05fcc8d629
rustlings
/
ex1.rs
7 lines
60 B
Rust
Raw
Normal View
History
Unescape
Escape
Added filename to top of .rs files
2018-02-22 09:09:53 +03:00
// ex1.rs
Create ex1.rs
2015-09-15 05:26:11 +03:00
// Make me compile!
fn
main
(
)
{
ex1 is compiling While trying your exercises I noticed that the ex1.rs code is already compiling.
2017-01-04 02:22:23 +03:00
println
(
)
;
Create ex1.rs
2015-09-15 05:26:11 +03:00
}
Reference in a new issue
Copy permalink