From c05f929f4a3c882215f073fcec17f7f67f74b118 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 14 Dec 2021 01:03:25 +0000 Subject: Add top-level lisp file --- src/common.lisp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common.lisp') diff --git a/src/common.lisp b/src/common.lisp index 998db58..c59ea79 100644 --- a/src/common.lisp +++ b/src/common.lisp @@ -1,4 +1,2 @@ -(ql:quickload "uiop") - (defun get-file-lines (name) (uiop:read-file-lines name)) -- cgit