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.
out-of-touch-bot/package.lisp

6 lines
111 B
Common Lisp

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