diff options
Diffstat (limited to 'src/test/hanoi.lisp')
| -rw-r--r-- | src/test/hanoi.lisp | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/hanoi.lisp b/src/test/hanoi.lisp index 01398d91..2b614829 100644 --- a/src/test/hanoi.lisp +++ b/src/test/hanoi.lisp @@ -6,20 +6,12 @@    (patom "\033[2J" nil)    ) -(defun test () -  (clear) -  (move-to 30 12) -  (patom "hello, world") -  (move-to 0 19) -  ) -  (setq stack '("*" "**" "***" "****" "*****" "******" "*******"))  (setq stacks nil)  (defun display-string (x y str)    (move-to x y) -  (move-to x y)    (patom str)    )  | 
