This website requires JavaScript.
Explore
Help
Sign In
piyushxcoder
/
tarangam
mirror of
https://github.com/PiyushXCoder/tarangam.git
Watch
1
Star
0
Fork
You've already forked tarangam
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d0890c417f
tarangam
/
tests
/
plottest.rs
8 lines
123 B
Rust
Raw
Blame
History
#[
test
]
fn
start
(
)
{
let
a
=
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
]
;
for
x
in
a
.
iter
(
)
.
skip
(
1
)
{
println!
(
"
{}
"
,
x
)
;
}
}
View Git Blame
Copy Permalink