From 881e949ed583c24a27b56c644bedb6ab74cc2dd1 Mon Sep 17 00:00:00 2001 From: Mike Small Date: Sun, 4 Oct 2020 21:19:22 -0400 Subject: [PATCH] start of citizenship quiz --- citizenship.l | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 citizenship.l diff --git a/citizenship.l b/citizenship.l new file mode 100644 index 0000000..f07ec16 --- /dev/null +++ b/citizenship.l @@ -0,0 +1,11 @@ +#!/usr/local/bin/picolisp /usr/local/lib/picolisp/lib.l + +(setq *Questions + (("How old do citizens have to be to vote for President?" + "18" ) + ("What happened at the Constitutional Convention?" + "The Constitution was written" ) + ("Where is the Statue of Liberty?" + "New York Harbor") +)) +