This repository has been archived on 2023-10-05. You can view files and clone it, but cannot push or open issues or pull requests.
friday-bot/package.lisp

6 lines
105 B
Common Lisp

;;;; package.lisp
(defpackage #:friday-bot
(:use #:cl #:glacier #:with-user-abort)
(:export :main))