Sudoku: Difference between revisions

82 bytes removed ,  14 years ago
m
removed authorship from autohotkey lang and moved source link into a comment in the source code
mNo edit summary
m (removed authorship from autohotkey lang and moved source link into a comment in the source code)
Line 4:
 
=={{header|AutoHotkey}}==
by [[User_talk:Infogulch|infogulch]]. [http://www.autohotkey.com/forum/topic46679.html More info] (and similarly formatted puzzles)
<lang AutoHotkey>puzzleEasy =
( LTrim
Line 32 ⟶ 31:
 
Sudoku_Solve( p, d = 0 ) { ;d is 0-based
; http://www.autohotkey.com/forum/topic46679.html
;
; p: 81 character puzzle string
; (concat all 9 rows of 9 chars each)
Anonymous user