This website requires JavaScript.
Explore
Help
Register
Sign In
Rhinemann
/
DSA
Watch
1
Star
0
Fork
You've already forked DSA
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
DSA
/
Lab_2
/
test.sh
7 lines
59 B
Bash
Raw
Permalink
Blame
History
#!/bin/bash
for
i in
{
1..10
}
do
echo
$((
5
*
*
$i
))
;
done
Reference in New Issue
View Git Blame
Copy Permalink