Untitled
unknown
plain_text
a year ago
116 B
4
Indexable
echo "Enter the limit: " read num for ((i=1;i<=num;i++)) do for ((j=1;j<=i;j++)) do echo -n $i done echo "" done
Editor is loading...
Leave a Comment
echo "Enter the limit: " read num for ((i=1;i<=num;i++)) do for ((j=1;j<=i;j++)) do echo -n $i done echo "" done