Skip to content

Commit

Permalink
Update Pattern28.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vmantri83 authored Mar 30, 2024
1 parent c4c0073 commit c649bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PATTERNS/Pattern28/Pattern28.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo -n "Enter the number of rows:"
read n
local alphabet=(A B C D E F G H I J K L M N O P Q R S T U V W X Y Z)
alphabet=(A B C D E F G H I J K L M N O P Q R S T U V W X Y Z)

for ((i=n; i>=1; i--));
do
Expand Down

0 comments on commit c649bd1

Please sign in to comment.