Skip to content

Commit

Permalink
fix: Remove redefine of defpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 3, 2024
1 parent 354001c commit 72c2334
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.lisp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
(defpackage flx
(:use :cl)
(:export score))

(in-package :flx)

(defvar word-separators '(#\Space #\- #\_ #\: #\. #\/ #\\)
Expand Down

0 comments on commit 72c2334

Please sign in to comment.