This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
rustlings
Watch
1
Star
0
Fork
0
You've already forked rustlings
mirror of
https://github.com/rust-lang/rustlings.git
synced
2024-12-14 11:22:55 +02:00
Code
Issues
Releases
Activity
c4b3252845
rustlings
/
ex1.rs
6 lines
50 B
Rust
Raw
Normal View
History
Unescape
Escape
Create ex1.rs
2015-09-15 04:26:11 +02: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 01:22:23 +02:00
println
(
)
;
Create ex1.rs
2015-09-15 04:26:11 +02:00
}
Reference in New Issue
Copy Permalink