Skip to content

Instantly share code, notes, and snippets.

@ANDRON94
Created April 27, 2017 13:55
Show Gist options
  • Save ANDRON94/29104475eb5cc1531e4c2d6917975a22 to your computer and use it in GitHub Desktop.
Save ANDRON94/29104475eb5cc1531e4c2d6917975a22 to your computer and use it in GitHub Desktop.
Create test package for a Lisp system
(progn
(defpackage #:test (:use #:cl))
(in-package #:test))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment