initial import
src/package.lisp
Fri Apr 3 00:16:06 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* initial import
--- old-kde.examples/src/package.lisp 1970-01-01 01:00:00.000000000 +0100
+++ new-kde.examples/src/package.lisp 2014-10-30 07:20:24.000000000 +0100
@@ -0,0 +1,4 @@
+(defpackage :kde.examples
+ (:use #:cl :bordeaux-threads #:cxx-support)
+ (:export #:hello-world
+ #:mandelbrot))