git
»
croncal.git
»
master
»
tree
[master]
/
src
/
package.lisp
1
2
3
4
5
(
cl:in-package
#:common-lisp-user
)
(
defpackage
#:croncal
(
:use
#:cl
)
(
:export
#:main
))