diff options
Diffstat (limited to 'input.lisp')
-rw-r--r-- | input.lisp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -16,9 +16,6 @@ :data (input-data input) :cursor (+ (input-cursor input) 1))) -(defun cursor-distance (input1 input2) - (- (input-cursor input1) (input-cursor input2))) - (defun line-and-column (input) (let ((line 1) (column 1)) (dotimes (i (input-cursor input)) |