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