blob: 860958cfb71b345fd9e8c8f7581052d09239c77e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Solution by Ruben Westerberg
perl/ch-1.sh and raku/ch-1.sh
===================
Run the shell script perl one liner to display octal number from 0 to 50
ch-2.pl and ch-2.p6
===================
Run the script to generate a random string of '(' and ')' and test if the resulting string has blanaced pairs. An optional argument of the max length of the string can be supplied. Otherwise a max length of 20 characters is used.
|