Skip to content

Commit

Permalink
Fix lintx
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 14, 2024
1 parent 85811b1 commit cab8c84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solutions/beecrowd/2949/generate_in.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -euo pipefail

TESTCASES=300
MAX_N=10
# shellcheck disable=SC2207
ALPHABET_UPPERCASE=($(echo {A..Z}))
VOWELS_LOWERCASE=(a e i o u)
CONSONANTS_LOWERCASE=(b c d f g h j k l m n p q r s t v w x y z)
Expand Down

0 comments on commit cab8c84

Please sign in to comment.