Dinesman's multiple-dwelling problem/AutoHotkey: Difference between revisions

m
Fixed syntax highlighting.
(collection)
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 1:
{{collection|Dinesman's multiple-dwelling problem}}
{{collection|Zebra puzzle}}
<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[AutoHotkey]]</span><hr>
[[Category:AutoHotkey]]
Combined solution for [[Dinesman's multiple-dwelling problem]] and [[Zebra puzzle]].
<langsyntaxhighlight lang="autohotkey">#NoEnv
SetBatchLines, -1
#SingleInstance, Force
Line 602:
GuiEscape:
~^Pause::
ExitApp</langsyntaxhighlight>
 
Demo1:
9,476

edits