This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-06-01 14:10:03 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
58a59e9d231e36e3d39dd398b80c96094de591aa
rust
/
tests
/
run-pass
/
format.rs
T
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