This website requires JavaScript.
Explore
Help
Register
Sign In
Rhinemann
/
DSA
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
main
DSA
/
Lab_2
/
test.sh
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
7 lines
59 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2024-03-09 17:32:59 +02:00
#!/bin/bash
for
i in
{
1..10
}
do
echo
$((
5
**
$i
))
;
done
Reference in New Issue
Copy Permalink