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

m
Fixed syntax highlighting.
m (Avoid miscounting task entries twice)
m (Fixed syntax highlighting.)
 
Line 3:
<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[AutoHotkey]]</span><hr>
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