Sudoku: Difference between revisions

Content deleted Content added
added Curry
m →‎{{header|Tcl}}: correct requirement
Line 2,373: Line 2,373:
Note that you can implement more rules if you want. Just make another subclass of <code>Rule</code> and the solver will pick it up and use it automatically.
Note that you can implement more rules if you want. Just make another subclass of <code>Rule</code> and the solver will pick it up and use it automatically.


{{works with|Tcl|8.6}}
{{works with|Tcl|8.6}} or {{libheader|TclOO}}
<lang tcl>package require Tcl 8.6
<lang tcl>package require Tcl 8.6
oo::class create Sudoku {
oo::class create Sudoku {