lqml/examples/9999/lisp/package.lisp
2022-02-11 13:05:59 +01:00

6 lines
77 B
Common Lisp

(defpackage :app
(:use :cl :qml)
(:export
#:draw-number
#:paint))