This website requires JavaScript.
Explore
Help
Register
Sign In
p1r0
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
36a75c733e
rustlings
/
ex2.rs
10 lines
108 B
Rust
Raw
Blame
History
// Make me compile!
fn
something
(
)
->
String
{
"
hi!
"
}
fn
main
(
)
{
println!
(
"
{}
"
,
something
(
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink