blob: 82996f5670a2a2ec9d7ee101b63dcba962ffbadf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Solution by Ruben Westerberg
ch-1.pl and ch-1.raku
===================
Range merging
Merges ranges of numbers. If command line arguments are given in the form of '[min, max], [min2, max2],...' these will be used as the ranges to merge
ch-2.pl and ch-2.raku
===================
Noble integer
Run the program to find Noble integer in a generated list. If a command line argument is give this is the size of the list to use
|