Sudoku: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
Rename Perl 6 -> Raku, alphabetize, minor clean-up
SqrtNegInf (talk | contribs)
m →‎{{header|Raku}}: Fix code: Perl 6 --> Raku
Line 8,961: Line 8,961:
This is an alternative solution that uses a more ellaborate set of choices instead of brute-forcing it.
This is an alternative solution that uses a more ellaborate set of choices instead of brute-forcing it.


<lang perl6>#!/usr/bin/env perl6
<lang perl6>#!/usr/bin/env raku
use v6;
use v6;
#
#