This website requires JavaScript.
Explore
Help
Sign In
marco
/
rustlings-solutions
Watch
1
Star
0
Fork
0
You've already forked rustlings-solutions
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d7b62988f6
rustlings-solutions
/
exercises
/
ex1.rs
7 lines
63 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
Start of trying to make travis update the readme
2018-03-04 21:56:03 +00:00
// Make me compile! :)
Create ex1.rs
2015-09-15 02:26:11 +00:00
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