This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
rustlings
Watch
2
Star
0
Fork
0
You've already forked rustlings
mirror of
https://github.com/rust-lang/rustlings
synced
2024-11-05 00:00:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0c46f91fac
rustlings
/
ex1.rs
7 lines
60 B
Rust
Raw
Normal View
History
Unescape
Escape
Added filename to top of .rs files
2018-02-22 06:09:53 +00:00
// ex1.rs
Create ex1.rs
2015-09-15 02:26:11 +00: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-03 23:22:23 +00:00
println
(
)
;
Create ex1.rs
2015-09-15 02:26:11 +00:00
}
Reference in New Issue
Copy Permalink