cl-chat-web/live-chat-main.lisp
2024-10-11 16:45:22 -04:00

6 lines
90 B
Common Lisp

(in-package #:live-chat)
(defun main ()
(create-messages-table)
(start-chat-server))