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
d1fc2b5995
rust
/
src
/
test
/
run-pass
/
main-ivec.rs
2 lines
63 B
Rust
Raw
Normal View
History
Unescape
Escape
Convert to new closure syntax
2012-06-30 18:19:07 -05:00
fn
main
(
args
:
~
[
str
]
)
{
for
args
.
each
|
s
|
{
log
(
debug
,
s
)
;
}
}
Reference in New Issue
Copy Permalink