3 lines
99 B
Raku
3 lines
99 B
Raku
my @dalton = <Joe Jack William Averell Rantanplan>;
|
|
Execute @dalton, 2;
|
|
say "{@dalton} survived.";
|