5 lines
103 B
Common Lisp
5 lines
103 B
Common Lisp
(defpackage :remote-snake-server-game
|
|
(:nicknames :rsg)
|
|
(:use :common-lisp)
|
|
(:export
|
|
#:game))
|