Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
13
Task/Sudoku/Golfscript/sudoku.golf
Normal file
13
Task/Sudoku/Golfscript/sudoku.golf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
'Solution:'
|
||||
;'2 8 4 3 7 5 1 6 9
|
||||
0 0 9 2 0 0 0 0 7
|
||||
0 0 1 0 0 4 0 0 2
|
||||
0 5 0 0 0 0 8 0 0
|
||||
0 0 8 0 0 0 9 0 0
|
||||
0 0 6 0 0 0 0 4 0
|
||||
9 0 0 1 0 0 5 0 0
|
||||
8 0 0 0 0 7 6 0 4
|
||||
4 2 5 6 8 9 7 3 1'
|
||||
{9/[n]*puts}:p; #optional formatting
|
||||
|
||||
~]{:@0?:^~!{@p}*10,@9/^9/=-@^9%>9%-@3/^9%3/>3%3/^27/={+}*-{@^<\+@1^+>+}/1}do
|
||||
Loading…
Add table
Add a link
Reference in a new issue