This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
440c4778fa
rust
/
tests
/
run-pass
/
format.rs
Ralf Jung
b8e0b79222
add a test for output string formatting
2017-05-30 14:02:20 -07:00
4 lines
44 B
Rust
Raw
Blame
History
fn
main
(
)
{
println!
(
"
Hello
{}
"
,
13
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink