mirror of
https://gitlab.com/eql/lqml.git
synced 2026-03-11 01:02:06 -07:00
6 lines
77 B
Common Lisp
6 lines
77 B
Common Lisp
(defpackage :app
|
|
(:use :cl :qml)
|
|
(:export
|
|
#:draw-number
|
|
#:paint))
|
|
|