From 02ff1a3fb3f687160b3164680fd655da56c0eae9 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 14 Feb 2025 16:11:54 +0000 Subject: Prefix all packages with `cantedraw` This is mostly a sanity check in-case anyone else decides to load this system for use in their own package - don't want to conflict with their names. --- main.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.lisp') diff --git a/main.lisp b/main.lisp index 32a0088..af6312d 100644 --- a/main.lisp +++ b/main.lisp @@ -13,12 +13,12 @@ ;;; Commentary: -;; Implementation of `main' package. Defines the entrypoint of the program, -;; handling any input from the user and passing it into the system. +;; Defines the entrypoint of the program, handling any input from the user and +;; passing it into the system. ;;; Code: -(in-package :main) +(in-package :cantedraw.main) (fn read-input (&optional (prompt "> ")) (-> (&optional string) string) (format t "~a" prompt) -- cgit v1.2.3-13-gbd6f