~theothornhill/advent

65e7db284357fc5721feca5ade2832898b75c887 — Theodor Thornhill 4 years ago 4a56791
Change reset to restart
1 files changed, 1 insertions(+), 1 deletions(-)

M intcode.lisp
M intcode.lisp => intcode.lisp +1 -1
@@ 22,7 22,7 @@

(defvar *intcode* (make-instance 'intcode))

(defun reset-computer ()
(defun restart-computer ()
  (setf *intcode* (make-instance 'intcode)))

(defun read-op-codes (filename)