comparison lisp/play/hanoi.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 0d8b17d428b5
children bedc73f663be 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
445 (/= (% pos fly-step) fly-row-start) 445 (/= (% pos fly-step) fly-row-start)
446 (>= pos (+ fly-row-start baseward-step)))) 446 (>= pos (+ fly-row-start baseward-step))))
447 447
448 (provide 'hanoi) 448 (provide 'hanoi)
449 449
450 ;;; arch-tag: 7a901659-4346-495c-8883-14cbf540610c
450 ;;; hanoi.el ends here 451 ;;; hanoi.el ends here