diff package.lisp @ 5:db28a877b2b9

package.lisp: really add package definition. darcs-hash:20061025162428-aa3d6-5f533666429bebc24767be3c97dc97bacb2c643a.gz
author m.pearce <m.pearce@gold.ac.uk>
date Wed, 25 Oct 2006 17:24:28 +0100
parents
children 70e76c1c87b7
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/package.lisp	Wed Oct 25 17:24:28 2006 +0100
@@ -0,0 +1,5 @@
+(cl:defpackage #:amuse
+  (:use #:common-lisp)
+  (:export))
+
+