Example:Nonogram solver/Racket: Difference between revisions

m
Fixed syntax highlighting.
m (a little bit of template magic)
m (Fixed syntax highlighting.)
 
Line 8:
So we'll have it here on its own page
 
<langsyntaxhighlight lang="racket">#lang racket
;;; --------------------------------------------------------------------------------------------------
;;; Representaiton is done with bits: the bit patterns for a block being:
Line 303:
(send (pict->bitmap collage) save-file (build-path "images" (format "nonogram-all.png"))
'png)
(displayln collage)])))))</langsyntaxhighlight>
 
{{out}}
9,476

edits