From 4c22efb4e95b300920586d571f70c68fcc262711 Mon Sep 17 00:00:00 2001 From: David Botton Date: Wed, 23 Mar 2022 12:34:51 -0400 Subject: [PATCH] add demos --- LEARN.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LEARN.md b/LEARN.md index b9150c8..e20aafe 100644 --- a/LEARN.md +++ b/LEARN.md @@ -101,7 +101,8 @@ CLOG Demos - Learn through Projects - [03-demo.lisp](demos/03-demo.lisp) - IDE - A very simple common lisp IDE (see source if editor dosen't load) - [04-demo.lisp](demos/04-demo.lisp) - CMS Website - A very simple database driven website - +- [clos-encounters](https://github.com/rabbibotton/clos-encounters) - Full Project - Game +- [clos-contact](https://github.com/rabbibotton/clos-contact) - Full Project - Business App MANUAL