Sudoku: Difference between revisions

Content deleted Content added
m →‎{{header|REXX}}: clarified a comment in the section header. -- ~~~~
Line 1,216:
}
 
void solve(const char *s)
{
int i, x[81];